diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-01-04 14:39:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-04 14:39:11 +0100 |
| commit | 2f55abe647931f31694b13e52bcc0491b27b7acd (patch) | |
| tree | 419dd55c4ca3deafe82f2e7e54d37ba7f0dde7f1 /.github/ISSUE_TEMPLATE/bug_report.md | |
| parent | 0e3f44a560e68ae16eb836bc6c115717c02a9a7c (diff) | |
Update issue templates
github told me to do this
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 38 |
1 files changed, 38 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..dd84ea78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +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. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. |
