diff options
author | 0neGal <mail@0negal.com> | 2022-01-18 15:44:54 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-18 15:44:54 +0100 |
commit | 2ed4338b9608211c07c4dd620e7f3b073131388a (patch) | |
tree | 33c8294cfc5c6ffecb8175838e6f6d21fafd36b7 /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | 8829aab94b5cfc65cfbbe456015d9aabc22a0804 (diff) | |
parent | 912d427d0fde6b25341f9accb542eeaf4798fc64 (diff) | |
download | Viper-2ed4338b9608211c07c4dd620e7f3b073131388a.tar.gz Viper-2ed4338b9608211c07c4dd620e7f3b073131388a.zip |
Merge branch 'main' of https://github.com/0neGal/viper
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 30 |
1 files changed, 30 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! |