generated from kieran-ryan/python-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d13613
commit fffe888
Showing
3 changed files
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
labels: [":zap: enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for taking the time to suggest an idea for this project! | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: 🤔 What's the problem you're trying to solve? | ||
description: > | ||
A clear and concise description of what the problem is e.g. I'm | ||
always frustrated when ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: proposal | ||
attributes: | ||
label: ✨ What's your proposed solution? | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: ⛏ Have you considered any alternatives or workarounds? | ||
description: > | ||
A clear and concise description of any alternative solutions or features | ||
you've considered. | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: 📚 Any additional context? | ||
description: > | ||
Add any other context, references or screenshots about the feature | ||
request here. |