mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-10 04:08:57 +08:00
Move stuff down
This commit is contained in:
parent
e2da224d8c
commit
f2ff305231
64
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
64
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -8,13 +8,31 @@ body:
|
||||
value: |
|
||||
### Please fill out the form as cleanly as possible.
|
||||
Also, make sure that you have properly filled in the title of the bug report.
|
||||
- type: checkboxes
|
||||
id: alreadyexists
|
||||
- type: textarea
|
||||
id: issue
|
||||
attributes:
|
||||
label: Have you checked that no other similar bug report(s) exists?
|
||||
description: Please try to search for this bug in the issues before creating this bug report.
|
||||
options:
|
||||
- label: I have searched and didn't find any similar bug reports.
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is. If applicable, add screenshots to help in explaining.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: excepted
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what did you expect to happen. If applicable, add screenshots to help in explaining.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to reproduce the behaviour
|
||||
description: How can we reproduce this bug? For example, doing what actions in what software causes the bug to occur?
|
||||
placeholder: |
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: os
|
||||
@ -41,32 +59,6 @@ body:
|
||||
placeholder: "Ex. 0.83.17 SDL1 Visual Studio, commit 88370683291f5c681d2a7d6fff088b947b783bd4 SDL1 etc."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: issue
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is. If applicable, add screenshots to help in explaining.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: excepted
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what did you expect to happen. If applicable, add screenshots to help in explaining.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to reproduce the behaviour
|
||||
description: How can we reproduce this bug? For example, doing what actions in what software causes the bug to occur?
|
||||
placeholder: |
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: config
|
||||
attributes:
|
||||
@ -90,6 +82,14 @@ body:
|
||||
description: Add other context about the problem here.
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
id: alreadyexists
|
||||
attributes:
|
||||
label: Have you checked that no other similar bug report(s) exists?
|
||||
description: Please try to search for this bug in the issues before creating this bug report.
|
||||
options:
|
||||
- label: I have searched and didn't find any similar bug reports.
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user