Summary
The repo has no issue templates, so incoming issues arrive unstructured. Add GitHub issue templates under .github/ISSUE_TEMPLATE/ to standardise bug reports and feature requests.
Tasks
Acceptance criteria
- "New issue" shows a template chooser with Bug report and Feature request options.
Notes
- Prefer the newer YAML issue forms (
.yml) for structured, required fields — but Markdown templates are fine as a first pass.
Summary
The repo has no issue templates, so incoming issues arrive unstructured. Add GitHub issue templates under
.github/ISSUE_TEMPLATE/to standardise bug reports and feature requests.Tasks
.github/ISSUE_TEMPLATE/bug_report.md(or.ymlform) — steps to reproduce, expected vs actual, environment (browser/OS), screenshots..github/ISSUE_TEMPLATE/feature_request.md(or.ymlform) — problem, proposed solution, alternatives..github/ISSUE_TEMPLATE/config.yml— setblank_issues_enabledand optionally a contact link.bug,enhancement) via template front-matter.Acceptance criteria
Notes
.yml) for structured, required fields — but Markdown templates are fine as a first pass.