diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 30 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/empty-template.md | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 17 |
3 files changed, 57 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..139b2fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a bug report to help us fix problems +title: 'bug: Short description of your bug' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Version:** +If possible add on `--version` or simply the version of Viper + +**Additional Info** +Any extra info should go here! diff --git a/.github/ISSUE_TEMPLATE/empty-template.md b/.github/ISSUE_TEMPLATE/empty-template.md new file mode 100644 index 0000000..a6ae206 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/empty-template.md @@ -0,0 +1,10 @@ +--- +name: Empty Template +about: An empty issue template with nothing in it. +title: '' +labels: '' +assignees: '' + +--- + + 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. |