mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-16 11:33:43 +03:00
32 lines
1,012 B
YAML
32 lines
1,012 B
YAML
name: Bug Report
|
|
description: Report an issue about using forge
|
|
labels: [bug]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to fill out this bug report!
|
|
- type: textarea
|
|
id: describe-bug
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: Tell us what happened!
|
|
value: "When I entered 2 + 2, I got the answer 6."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected-behavior
|
|
attributes:
|
|
label: What did you expect to happen?
|
|
description: A clear and concise description of what you expected to happen.
|
|
placeholder: What were you expecting to happen?
|
|
value: "I expected 2 + 2 to equal 4, but instead 2 + 2 equaled 6!"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: extra-context
|
|
attributes:
|
|
label: Extra information or context
|
|
description: Add any other context about the problem here.
|