I would like to propose replacing ad-hoc issue formatting with a single unified GitHub Issue Form that supports all issue types (Bug, Feature, Enhancement, Docs, Question, Proposal).
Why
- Consistent issue quality
- Faster maintainer triage
- Fewer missing details
- Still flexible for non-bug issues
Suggested title format
[Type] Short summary
Types:
- Bug
- Feature
- Enhancement
- Docs
- Question
- Proposal
Suggested implementation
- Add
.github/ISSUE_TEMPLATE/general.yml (single issue form)
- Update
.github/ISSUE_TEMPLATE/config.yml to point users to this form (optional)
- Keep it lightweight with conditional sections
I would like to propose replacing ad-hoc issue formatting with a single unified GitHub Issue Form that supports all issue types (Bug, Feature, Enhancement, Docs, Question, Proposal).
Why
Suggested title format
[Type] Short summaryTypes:
Suggested implementation
.github/ISSUE_TEMPLATE/general.yml(single issue form).github/ISSUE_TEMPLATE/config.ymlto point users to this form (optional)