diff options
author | Matthew Strapp <matt@mattstrapp.net> | 2024-01-24 10:05:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 10:05:51 -0600 |
commit | 7150b9c3683b2ce38470cc0737cf9d4ca6310b39 (patch) | |
tree | fc9677b8bdbc1849fdb1a3b09dbc56f359452085 /.github/ISSUE_TEMPLATE/feature_request.md | |
parent | Initial commit (diff) | |
download | RossTheRoss-7150b9c3683b2ce38470cc0737cf9d4ca6310b39.tar RossTheRoss-7150b9c3683b2ce38470cc0737cf9d4ca6310b39.tar.gz RossTheRoss-7150b9c3683b2ce38470cc0737cf9d4ca6310b39.tar.bz2 RossTheRoss-7150b9c3683b2ce38470cc0737cf9d4ca6310b39.tar.lz RossTheRoss-7150b9c3683b2ce38470cc0737cf9d4ca6310b39.tar.xz RossTheRoss-7150b9c3683b2ce38470cc0737cf9d4ca6310b39.tar.zst RossTheRoss-7150b9c3683b2ce38470cc0737cf9d4ca6310b39.zip |
Add generic issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. |