2025-01-13 11:55:06 +00:00
|
|
|
name: Bug Report
|
2025-01-13 11:44:04 +00:00
|
|
|
description: File a bug report.
|
|
|
|
labels: ["bug"]
|
|
|
|
body:
|
2025-01-13 11:55:06 +00:00
|
|
|
- type: dropdown
|
2025-01-13 11:44:04 +00:00
|
|
|
attributes:
|
|
|
|
label: Which version of EllieHub are you using?
|
|
|
|
multiple: false
|
|
|
|
options:
|
2025-01-13 11:55:06 +00:00
|
|
|
- "Windows x64"
|
|
|
|
- "Windows arm64"
|
|
|
|
- "Linux x64"
|
|
|
|
- "Linux arm64"
|
|
|
|
- "MacOS x64"
|
|
|
|
- "MacOS arm64"
|
|
|
|
- "I compiled from source"
|
2025-01-13 11:44:04 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2025-01-13 11:55:06 +00:00
|
|
|
- type: textarea
|
2025-01-13 11:44:04 +00:00
|
|
|
attributes:
|
|
|
|
label: "Description"
|
|
|
|
description: "Give a concise description of the problem"
|
|
|
|
validations:
|
|
|
|
required: true
|
2025-01-13 11:55:06 +00:00
|
|
|
- type: textarea
|
2025-01-13 11:44:04 +00:00
|
|
|
attributes:
|
|
|
|
label: "Reproduction Steps"
|
|
|
|
description: "Enumerate the steps needed to reproduce the behavior"
|
|
|
|
value: "1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error"
|
|
|
|
validations:
|
|
|
|
required: true
|
2025-01-13 11:55:06 +00:00
|
|
|
- type: textarea
|
2025-01-13 11:44:04 +00:00
|
|
|
attributes:
|
|
|
|
label: "Expected Behavior"
|
|
|
|
description: "Describe what you expected to happen"
|
|
|
|
validations:
|
|
|
|
required: true
|
2025-01-13 11:55:06 +00:00
|
|
|
- type: textarea
|
2025-01-13 11:44:04 +00:00
|
|
|
attributes:
|
|
|
|
label: "Actual Behavior"
|
|
|
|
description: "Describe what actually happened"
|
|
|
|
validations:
|
|
|
|
required: false
|
2025-01-13 11:55:06 +00:00
|
|
|
- type: textarea
|
2025-01-13 11:44:04 +00:00
|
|
|
attributes:
|
|
|
|
label: "Screenshots"
|
|
|
|
description: "If applicable, add screenshots to help explain your problem"
|
|
|
|
validations:
|
|
|
|
required: false
|
2025-01-13 11:55:06 +00:00
|
|
|
- type: textarea
|
2025-01-13 11:44:04 +00:00
|
|
|
attributes:
|
|
|
|
label: "Notes"
|
|
|
|
description: "Add any other context about the problem here"
|
|
|
|
placeholder: "eg. OS version, etc"
|
|
|
|
validations:
|
|
|
|
required: false
|