chore(github): update bug report template to reorder items

This commit is contained in:
2025-10-28 16:43:18 -04:00
parent fb342e12cb
commit e2aa19174e

View File

@@ -1,7 +1,8 @@
name: Bug Report name: Report a bug
description: File a bug report. description: File a bug report.
title: "bug: " title: "bug: "
labels: ["bug", "triage"] labels: ["bug", "triage"]
type: bug
assignees: assignees:
- edera-dev/engineering - edera-dev/engineering
body: body:
@@ -9,6 +10,13 @@ body:
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this bug report! Thanks for taking the time to fill out this bug report!
- type: input
id: version
attributes:
label: Version / Commit
description: What version of Sprout are you running?
validations:
required: true
- type: textarea - type: textarea
id: what-happened id: what-happened
attributes: attributes:
@@ -18,16 +26,17 @@ body:
value: "A bug happened!" value: "A bug happened!"
validations: validations:
required: true required: true
- type: input
id: version
attributes:
label: Version / Commit
description: What version of Sprout are you running?
validations:
required: true
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:
label: Relevant log output label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. description: Please provide any relevant log output.
render: shell render: log
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this report, you agree to follow our [Code of Conduct](https://github.com/edera-dev/sprout/blob/main/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow the Sprout Code of Conduct.
required: true