Improve bug report template
Try to make it clearer where the reporter should put answers to questions. Put instructions inside `<!-- -->` so they're invisible even if not removed/replaced. To make it even better could look into making it a form: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
This commit is contained in:
parent
d5b95e621d
commit
39c9ca03da
1 changed files with 20 additions and 13 deletions
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -2,35 +2,42 @@
|
|||
name: Bug report
|
||||
about: Create a report to help us improve the game
|
||||
title: ''
|
||||
labels: 'bug'
|
||||
labels: Bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Game and System Information
|
||||
- What version of the game are you running?
|
||||
- Where did you download it from? (Steam, Mac App Store, our website, built from source, etc.)
|
||||
-
|
||||
- Where did you download it from? (Steam, Mac App Store, our website, built from source (what commit), etc.)
|
||||
-
|
||||
- If you're using a custom build, what compiler did you use, and what commit did you build at?
|
||||
-
|
||||
- What OS are you running?
|
||||
-
|
||||
|
||||
### Describe the bug
|
||||
A clear and concise description of what the bug is.
|
||||
### Description of the bug
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
### To Reproduce
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
1. First..
|
||||
2. Then...
|
||||
3. Lastly...
|
||||
### Steps to reproduce the behavior
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
### Expected behavior
|
||||
A clear and concise description of what you expected to happen.
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
|
||||
### Screenshots
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||
|
||||
|
||||
### Savefiles
|
||||
If applicable, attach savefiles to help explain your problem. (To find savefiles, start Wesnoth, click on the `i` button at the bottom left corner of the title screen, and open the `Saved games` directory.)
|
||||
<!-- If applicable, attach savefiles to help explain your problem. (To find savefiles, start Wesnoth, click on the `i` button at the bottom left corner of the title screen, and open the `Saved games` directory.) -->
|
||||
|
||||
|
||||
### Additional context
|
||||
Add any other context (compiler logs, console output, etc) about the problem here.
|
||||
<!--Add any other context (compiler logs, console output, etc) about the problem here.-->
|
||||
|
|
Loading…
Add table
Reference in a new issue