Skip to content

Commit

Permalink
add feature GH template (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu McCloskey <[email protected]>
  • Loading branch information
nabuskey authored Apr 26, 2024
1 parent d5802b6 commit 6dfe2d8
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ body:
label: Additional Information. Logs.
description: Use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) if needed.
placeholder: Add information here.
render: shell
validations:
required: false
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Feature Proposal
description: 'Submit a proposal for a new feature'
title: 'Feature: <title>'
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
### Creating feature request:
- Respect the issue template as much as possible.
- The title should be short and descriptive.
- Remain clear and concise.
- Use of examples is a big plus.
- type: checkboxes
id: duplicate
attributes:
label: 'Have you searched for this feature request?'
options:
- label: "I searched but did not find similar requests"
required: true

- type: textarea
id: description
validations:
required: true
attributes:
label: 'Problem Statement'
description: 'Please provide a clear and concise problem statement'
placeholder: 'idpbuilder does this right now, but this does not support my use case because...'

- type: textarea
id: solution
validations:
required: true
attributes:
label: 'Possible Solution'
description: 'Please explain what you think is a good solution for this problem'
placeholder: 'I think idpbuilder should do this and that...'

- type: textarea
id: alternatives
validations:
required: false
attributes:
label: 'Alternatives Considered'
description: 'Please provide any alternative solutions you have considered'
placeholder: 'OPTIONAL. Providing this information helps us follow your thought process'

0 comments on commit 6dfe2d8

Please sign in to comment.