feat: add bug report issue template with required reproduction steps #251
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Add a Forgejo issue template (
.forgejo/ISSUE_TEMPLATE/bug.md) to projects created bydisinto init. The template should require:Why
User bug reports without reproduction steps are hard to act on autonomously. A template nudges reporters toward actionable descriptions and lets the gardener/triage agent assess whether a report is machine-reproducible.
Implementation
.forgejo/ISSUE_TEMPLATE/bug.mdwith YAML frontmatter (Forgejo supports this)bin/disinto init, copy the template into the target repo if it does not existFiles
templates/issue/bug.md(or similar path in disinto repo)bin/disinto— init step to copy template into target project