Update bug-report.yml
This commit is contained in:
parent
b303530326
commit
24d27fa1db
54
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
54
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -7,7 +7,7 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: "Thanks for taking the time to fill out this bug report!"
|
value: "Thanks for taking the time to fill out this bug report!"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug
|
label: Describe the bug
|
||||||
@ -21,7 +21,7 @@ body:
|
|||||||
render: bash
|
render: bash
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: repro
|
id: repro
|
||||||
attributes:
|
attributes:
|
||||||
label: To Reproduce
|
label: To Reproduce
|
||||||
@ -34,7 +34,7 @@ body:
|
|||||||
render: bash
|
render: bash
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: files
|
id: files
|
||||||
attributes:
|
attributes:
|
||||||
label: Screenshots / .ork file
|
label: Screenshots / .ork file
|
||||||
@ -42,34 +42,34 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
Screenshot(s):
|
Screenshot(s):
|
||||||
(drag-and-drop the screenshot(s) here)
|
(drag-and-drop the screenshot(s) here)
|
||||||
|
|
||||||
.ork file:
|
.ork file:
|
||||||
(drag-and-drop the file here as a .zip file)
|
(drag-and-drop the file here as a .zip file)
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
id: version-openrocket
|
id: version-openrocket
|
||||||
attributes:
|
attributes:
|
||||||
label: OpenRocket version
|
label: OpenRocket version
|
||||||
description: In what version(s) of OpenRocket does this bug happen?
|
description: In what version(s) of OpenRocket does this bug happen?
|
||||||
placeholder: 22.02, unstable...
|
placeholder: 22.02, unstable...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: platform
|
id: platform
|
||||||
attributes:
|
attributes:
|
||||||
label: What platform are you running on?
|
label: What platform are you running on?
|
||||||
options:
|
options:
|
||||||
- Windows
|
- Windows
|
||||||
- macOS
|
- macOS
|
||||||
- Linux
|
- Linux
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: context
|
id: context
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
description: Add any other context about the problem here.
|
description: Add any other context about the problem here.
|
||||||
placeholder:
|
placeholder:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user