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