Streamline bug report template
This commit is contained in:
parent
7eee400ec0
commit
8096970a93
1 changed files with 2 additions and 8 deletions
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Bug Report
|
||||
description: Create a report to help us improve the game.
|
||||
description: Create a bug report to help us improve the game.
|
||||
labels: ['Bug']
|
||||
|
||||
body:
|
||||
|
@ -8,17 +8,11 @@ body:
|
|||
attributes:
|
||||
label: Game and System Information
|
||||
description: |
|
||||
- What version of the game are you running?
|
||||
- Where did you download it from? (Steam, Mac App Store, our website, built from source, etc.)
|
||||
- If you're using a custom build, what compiler did you use, and what commit did you build at?
|
||||
- What version of the game are you running? (If you built wesnoth yourself, mention the exact commit)
|
||||
- What OS are you running?
|
||||
value: |
|
||||
- **Version:**
|
||||
- **Downloaded from:**
|
||||
- **Build info:**
|
||||
- **OS:**
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
|
|
Loading…
Add table
Reference in a new issue