Why does formatting have to be weird?
All checks were successful
EllieBotDevs/EllieHub/pipeline/head This commit looks good
All checks were successful
EllieBotDevs/EllieHub/pipeline/head This commit looks good
This commit is contained in:
parent
761aab3e9e
commit
f046ef5d3e
1 changed files with 15 additions and 15 deletions
|
@ -1,53 +1,53 @@
|
||||||
name: "Bug Report"
|
name: Bug Report
|
||||||
description: File a bug report.
|
description: File a bug report.
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: "dropdown"
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Which version of EllieHub are you using?
|
label: Which version of EllieHub are you using?
|
||||||
multiple: false
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- label: Windows x64
|
- "Windows x64"
|
||||||
- label: Windows arm64
|
- "Windows arm64"
|
||||||
- label: Linux x64
|
- "Linux x64"
|
||||||
- label: Linux arm64
|
- "Linux arm64"
|
||||||
- label: MacOS x64
|
- "MacOS x64"
|
||||||
- label: MacOS arm64
|
- "MacOS arm64"
|
||||||
- label: I compiled from source
|
- "I compiled from source"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: "textarea"
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Description"
|
label: "Description"
|
||||||
description: "Give a concise description of the problem"
|
description: "Give a concise description of the problem"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: "textarea"
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Reproduction Steps"
|
label: "Reproduction Steps"
|
||||||
description: "Enumerate the steps needed to reproduce the behavior"
|
description: "Enumerate the steps needed to reproduce the behavior"
|
||||||
value: "1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error"
|
value: "1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: "textarea"
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Expected Behavior"
|
label: "Expected Behavior"
|
||||||
description: "Describe what you expected to happen"
|
description: "Describe what you expected to happen"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: "textarea"
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Actual Behavior"
|
label: "Actual Behavior"
|
||||||
description: "Describe what actually happened"
|
description: "Describe what actually happened"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: "textarea"
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Screenshots"
|
label: "Screenshots"
|
||||||
description: "If applicable, add screenshots to help explain your problem"
|
description: "If applicable, add screenshots to help explain your problem"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: "textarea"
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Notes"
|
label: "Notes"
|
||||||
description: "Add any other context about the problem here"
|
description: "Add any other context about the problem here"
|
||||||
|
|
Loading…
Reference in a new issue