What: Add GitHub issue templates for bug reports and feature requests.
Why: Issue templates standardize reporting. Critical for project management.
Scope: Create .github/ISSUE_TEMPLATE/ with: bug_report.md, feature_request.md.
Acceptance criteria:
- Templates exist
- Templates are comprehensive
- Templates are linked from README
- Templates are maintained
Technical context: .github/ — GitHub configuration.
What: Add GitHub issue templates for bug reports and feature requests.
Why: Issue templates standardize reporting. Critical for project management.
Scope: Create
.github/ISSUE_TEMPLATE/with: bug_report.md, feature_request.md.Acceptance criteria:
Technical context:
.github/— GitHub configuration.