Skip to content

Commit

Permalink
update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheihuzarevich committed Jul 15, 2024
1 parent 7da49ef commit 8a75d7f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Feature request
description: Suggest an idea for Foblex Flow
labels:
- enhancement
assignees:
- siarheihuzarevich
- markwojno
body:
- type: textarea
id: description
attributes:
label: Description
description: Please provide a clear and concise description of the feature you want to propose.
validations:
required: true

- type: textarea
id: justification
attributes:
label: Justification
description: Explain why this feature is important and how it will benefit users.
validations:
required: false

- type: textarea
id: alternatives
attributes:
label: Alternatives
description: Describe any alternative solutions or features you've considered.
validations:
required: false

- type: textarea
id: additional_context
attributes:
label: Additional Context
description: Add any other context or screenshots about the feature request here.
validations:
required: false

0 comments on commit 8a75d7f

Please sign in to comment.