mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Add files via upload
This commit is contained in:
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -16,6 +16,14 @@ body:
|
|||||||
options:
|
options:
|
||||||
- label: I agree to follow the code of conduct and the contributing guidelines.
|
- label: I agree to follow the code of conduct and the contributing guidelines.
|
||||||
required: true
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: alreadyexists
|
||||||
|
attributes:
|
||||||
|
label: Have you checked that no other similar bug report(s) already exists?
|
||||||
|
description: Search the issues before creating this bug report.
|
||||||
|
options:
|
||||||
|
- label: I have searched and didn't find any similar issues.
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
@@ -32,14 +40,6 @@ body:
|
|||||||
placeholder: "CPU, GPU, device brand/model, installed drivers, etc. Ex. Raspberry Pi 3B+, etc."
|
placeholder: "CPU, GPU, device brand/model, installed drivers, etc. Ex. Raspberry Pi 3B+, etc."
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: checkboxes
|
|
||||||
id: alreadyexists
|
|
||||||
attributes:
|
|
||||||
label: Have you checked that no other similar bug report(s) already exists?
|
|
||||||
description: Search the issues before creating this bug report.
|
|
||||||
options:
|
|
||||||
- label: I have searched and didn't find any similar issues.
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
@@ -78,7 +78,7 @@ body:
|
|||||||
id: config
|
id: config
|
||||||
attributes:
|
attributes:
|
||||||
label: Used configuration
|
label: Used configuration
|
||||||
description: Share the configuration (usually from the `dosbox-x.conf` file) that can cause the bug to occur.
|
description: Share the configuration (usually from the `dosbox-x.conf` file) that can cause the bug to occur. Leave this area empty if you're using the default configuration.
|
||||||
render: ini # Syntax highlighting
|
render: ini # Syntax highlighting
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
Reference in New Issue
Block a user