diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-08 20:37:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-08 20:37:41 -0400 |
commit | 5c1f0d37dfb706a53eafbf226b61f54e7bc022d6 (patch) | |
tree | 05a03484dc3811ba13ac127f9fbdf64266d21e4c /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | d0b4471667a3979deddf2c1e947cff301fb4d254 (diff) | |
download | frost-5c1f0d37dfb706a53eafbf226b61f54e7bc022d6.tar.gz frost-5c1f0d37dfb706a53eafbf226b61f54e7bc022d6.tar.bz2 frost-5c1f0d37dfb706a53eafbf226b61f54e7bc022d6.zip |
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..dcb1221f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]" +labels: bug, unverified +assignees: AllanWang + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behaviour: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behaviour** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Details (please provide at least the app version):** + - App Version: + - Device: + - Android Version: + +**Additional context** +Add any other context about the problem here. |