Skip to content

Add dedicated bug issue template and refine feature template - #49

Merged
mjkatgithub merged 2 commits into
developfrom
feature/bug-issue-template
Feb 28, 2026
Merged

Add dedicated bug issue template and refine feature template#49
mjkatgithub merged 2 commits into
developfrom
feature/bug-issue-template

Conversation

@mjkatgithub

Copy link
Copy Markdown
Owner

Summary

  • add a dedicated bug issue template at .github/ISSUE_TEMPLATE/bug.md
  • include bug-specific structure (current/expected behavior, repro steps,
    acceptance criteria, and test checklist)
  • remove bug/<bugfix> guidance from the feature template so
    .github/ISSUE_TEMPLATE/feature.md only references feature/<feature>
  • update CHANGELOG.md (Unreleased) to reflect these workflow changes

Why

This separates feature planning from bug-fix planning and keeps branch naming,
labels, and checklists consistent for solo workflow execution.

Test Plan

  • verify both templates exist under .github/ISSUE_TEMPLATE/
  • verify feature.md contains only feature/<feature> in branch guidance
  • verify bug.md contains bug/<bugfix> and bug-specific sections
  • verify CHANGELOG.md includes the new Unreleased entries

- Introduce a dedicated bug issue template at `.github/ISSUE_TEMPLATE/bug.md` with sections for goal, scope, branch guidance, bug details, acceptance criteria, and testing checklist.
- Update CHANGELOG to reflect the addition of the bug issue template.
@mjkatgithub mjkatgithub linked an issue Feb 28, 2026 that may be closed by this pull request
5 tasks
@github-project-automation github-project-automation Bot moved this to Backlog in Decentra Feb 28, 2026
@mjkatgithub mjkatgithub self-assigned this Feb 28, 2026
@mjkatgithub
mjkatgithub merged commit c81619b into develop Feb 28, 2026
5 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Decentra Feb 28, 2026
@mjkatgithub
mjkatgithub deleted the feature/bug-issue-template branch February 28, 2026 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Feature: Add dedicated bug issue template

1 participant