72 lines
2.5 KiB
YAML
72 lines
2.5 KiB
YAML
name: Bug report
|
|
description: Report a reproducible bug in herdr.
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Before you start:** Read [CONTRIBUTING.md](https://github.com/ogulcancelik/herdr/blob/master/CONTRIBUTING.md).
|
|
|
|
Issues are only for reproducible bugs and maintainer-created or maintainer-converted work items. Feature requests, ideas, questions, contribution proposals, and direction checks belong in [Discussions](https://github.com/ogulcancelik/herdr/discussions).
|
|
|
|
New PRs from unapproved contributors are auto-closed by default. Do not open a PR unless a maintainer has approved the work and approved you to contribute.
|
|
|
|
Keep this short. If it does not fit on one screen, it is too long. Write in your own voice.
|
|
|
|
Use only the sections in this template. Do not add root cause, proposed fix, analysis, implementation plan, or similar sections unless a maintainer asks.
|
|
|
|
- type: checkboxes
|
|
id: bug-confirmation
|
|
attributes:
|
|
label: Is this a reproducible bug?
|
|
description: Feature requests, ideas, questions, contribution proposals, and direction checks belong in Discussions and may be closed automatically if opened as issues.
|
|
options:
|
|
- label: I confirm this is a reproducible bug, not a feature request, idea, question, contribution proposal, or direction check.
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: current-behavior
|
|
attributes:
|
|
label: Current behavior
|
|
description: What is happening now? Describe what you observed, not a guessed cause.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected-behavior
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What should happen instead?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Reproduction
|
|
description: What are the shortest exact steps or commands that show the problem?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: impact
|
|
attributes:
|
|
label: Impact
|
|
description: How does this affect you?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Environment
|
|
description: Herdr version, update channel, operating system, and terminal are required. Shell and relevant config are optional.
|
|
value: |
|
|
- Herdr version:
|
|
- Update channel (stable or preview):
|
|
- Operating system:
|
|
- Terminal:
|
|
- Shell, if relevant:
|
|
- Relevant config, if any:
|
|
validations:
|
|
required: true
|