github: update issue template ordering
This commit is contained in:
parent
cea05479c8
commit
3ad0acc2fa
|
@ -15,20 +15,6 @@ body:
|
||||||
issues.
|
issues.
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: Describe the issue
|
|
||||||
description: >
|
|
||||||
Give a high level description of the issue, the expected behaviour, and the observed behaviour.
|
|
||||||
If possible, provide screenshots/videos.
|
|
||||||
placeholder: |
|
|
||||||
Example:
|
|
||||||
bottom is failing to output information for a mounted encrypted partition on basic mode. It should
|
|
||||||
be able to report this information, but I'm not seeing the entry at all.
|
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: operating_system
|
id: operating_system
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -89,6 +75,43 @@ body:
|
||||||
|
|
||||||
# TODO: After some point also add in a `btm check` invocation
|
# TODO: After some point also add in a `btm check` invocation
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: Describe the issue
|
||||||
|
description: >
|
||||||
|
Give a description of the issue. If possible, provide screenshots/videos.
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
bottom is failing to output information for a mounted encrypted partition on basic mode. It should
|
||||||
|
be able to report this information, but I'm not seeing the entry at all.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: expected
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: What is the expected behaviour?
|
||||||
|
description: >
|
||||||
|
Describe the behaviour you expected.
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
I expect to be able to see information about the encrypted partition on basic mode.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: actual
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: What is the actual behaviour?
|
||||||
|
description: >
|
||||||
|
Describe the behaviour you actually see. If possible, provide screenshots/videos.
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
I am unable to see information about my encrypted partition.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: reproduce
|
id: reproduce
|
||||||
validations:
|
validations:
|
||||||
|
|
Loading…
Reference in New Issue