github: update issue template ordering

This commit is contained in:
Clement Tsang 2023-03-24 20:29:51 -04:00 committed by GitHub
parent cea05479c8
commit 3ad0acc2fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,20 +15,6 @@ body:
issues.
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
id: operating_system
attributes:
@ -89,6 +75,43 @@ body:
# 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
id: reproduce
validations: