diff options
author | StrugglingDoge <cbckelley@yahoo.com> | 2019-04-30 21:12:37 -0400 |
---|---|---|
committer | StrugglingDoge <cbckelley@yahoo.com> | 2019-04-30 21:12:37 -0400 |
commit | 80603494574a93527505c0d03efddbf98f28dfad (patch) | |
tree | 44f1961479909fc8230946d072962dae33b8b94b /.github/ISSUE_TEMPLATE |
Initial Commit
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-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..bd84632 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug Report +about: Create a report to help me improve + +--- + +**Describe The Bug:** +A clear and concise description of what the bug is. +Please do not post questions or `how do I`'s here. Contact/DM [@sukarodo](http://twitter.com/sukarodo) on Twitter. + +**How To Reproduce:** +Steps to reproduce the behavior: + +**Expected Behaviour:** +A clear and concise description of what you expected to happen. + +**Screenshots:** +If applicable, add screenshots to help explain your problem. + +**Platform:** +Where does the error occurs? + - Mobile Browser [e.g Mobile Safari, Chrome] + - Cydia + - Sileo + - Desktop Browser [e.g. Safari, Firefox] + +**Any Additional Context:** +Add any other context about the problem here. |