diff options
author | 0neGal <mail@0negal.com> | 2022-01-17 14:56:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 14:56:34 +0100 |
commit | 9204d9410e2e8ac302dd88ef8b2926940cce9147 (patch) | |
tree | b279b270f692f61c2cffa8cae120d85b542e8224 /.github/ISSUE_TEMPLATE/feature_request.md | |
parent | 4d0ef0ca26afc9dc70fbc942dd05beca19e2f0a6 (diff) | |
download | Viper-9204d9410e2e8ac302dd88ef8b2926940cce9147.tar.gz Viper-9204d9410e2e8ac302dd88ef8b2926940cce9147.zip |
added issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 17 |
1 files changed, 17 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..9d76fdf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea or feature to be added to Viper +title: 'feat: Your Feature' +labels: enhancement +assignees: '' + +--- + +**What feature would you like added?** +A clear and concise description of the feature + +**Why should this feature be added?** +What benefit does this feature offer? + +**Additional Info** +Feel free to put anything here or delete it if not relevant. |