diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-25 17:54:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 17:54:45 -0400 |
commit | 8cba946ae07ba0b8963e8409d8a5585492a11d73 (patch) | |
tree | 582a079fb3eec9190ad3ee9ab3e3722a7144e8fa /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | b4004f22662d8581790ac10ae9a6e9fe4619aa02 (diff) | |
download | tanzanite-8cba946ae07ba0b8963e8409d8a5585492a11d73.tar.gz tanzanite-8cba946ae07ba0b8963e8409d8a5585492a11d73.tar.bz2 tanzanite-8cba946ae07ba0b8963e8409d8a5585492a11d73.zip |
chore: issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 28 |
1 files changed, 28 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..76c9c21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: bug +assignees: '' + +--- + +<!-- +******************************************************************* +* Before you begin check if the bug has already been reported. * +******************************************************************* +--> + +<!-- Provide a clear and concise description of what the bug is. --> +**Description of the bug:** + +<!-- Steps to reproduce the behavior --> +**Steps to Reproduce:** +1. +2. + +<!-- A clear and concise description of what you expected to happen. --> +**Expected behavior:** + +<!-- Add screenshots, error codes, etc. --> +**Attachments:** |