diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3274bd4..44c43a3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,29 +4,27 @@ about: Create a report to help us improve title: '' labels: bug assignees: '' - --- -**Describe the bug** -A clear and concise description of what the bug is. +### Description +<!-- A clear and concise description of what happened --> -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +### Steps to reproduce +<!-- Clear algorithmic step-by-step description of how does it happen --> +<!-- 1. Go to X --> +<!-- 2. Click on Y --> +<!-- 3. Observe the error --> -**Expected behavior** -A clear and concise description of what you expected to happen. +### Expected behaviour +<!-- A clear and concise description of what you expected to happen --> -**Screenshots** -If applicable, add screenshots to help explain your problem. +### Screenshots (optional) +<!-- If applicable, add screenshots to help explain your problem --> -**System (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +### Environment +- Binary source: release +- Operating system: +- Game version: -**Additional context** -Add any other context about the problem here. +### Additional context +<!-- Add any other context about the problem here --> |
