diff options
author | bryson steck <68120247+brysonsteck@users.noreply.github.com> | 2021-05-10 13:04:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 13:04:44 -0600 |
commit | 1f4c28b3fed3dcda3ec29a705008f9a3178fb796 (patch) | |
tree | 2ab93a9f396465ffe2a251f182533ab384a0dc84 /.github/ISSUE_TEMPLATE/feature_request.md | |
parent | e7bab6fda4540d4e890b44578e9731d5e100771b (diff) | |
download | wiimmfi-watcher-1f4c28b3fed3dcda3ec29a705008f9a3178fb796.tar wiimmfi-watcher-1f4c28b3fed3dcda3ec29a705008f9a3178fb796.tar.gz wiimmfi-watcher-1f4c28b3fed3dcda3ec29a705008f9a3178fb796.tar.bz2 |
Created 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..524940e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FR]" +labels: enhancement +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. |