MicroFish/.github/ISSUE_TEMPLATE/bug.yml

54 lines
1.4 KiB
YAML

name: Bug
description: Report a defect that needs investigation or a fix
title: "[Bug] "
labels:
- "type:bug"
body:
- type: markdown
attributes:
value: |
Use this template for broken or incorrect behavior. Include enough detail to reproduce the issue.
- type: textarea
id: current_behavior
attributes:
label: Current behavior
description: What is happening now?
placeholder: Describe the observed behavior.
validations:
required: true
- type: textarea
id: expected_behavior
attributes:
label: Expected behavior
description: What should happen instead?
placeholder: Describe the correct or intended behavior.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: How can someone reproduce the issue?
placeholder: |
1. Go to ...
2. Run ...
3. Observe ...
validations:
required: true
- type: textarea
id: impact
attributes:
label: Impact
description: Who or what is affected, and how severe is it?
placeholder: Explain user impact, system impact, or urgency.
validations:
required: true
- type: textarea
id: done_criteria
attributes:
label: Done criteria
description: What confirms the bug is fixed?
placeholder: Define the validation or acceptance conditions.
validations:
required: true