Problem
The repository has no issue templates and no pull-request template (.github/ISSUE_TEMPLATE/ and .github/PULL_REQUEST_TEMPLATE.md are absent). As a result:
Proposed Solution
Add GitHub community templates:
.github/ISSUE_TEMPLATE/bug_report.yml — a form capturing OS, pipeline, runtime, repro steps, expected vs actual, and logs (mirrors the fields the best existing bug reports already use).
.github/ISSUE_TEMPLATE/feature_request.yml — problem / proposed solution / alternatives.
.github/ISSUE_TEMPLATE/config.yml — routes questions and show-and-tell to the existing GitHub Discussions categories.
.github/PULL_REQUEST_TEMPLATE.md — summary / linked issue / testing-done / checklist.
Purely additive, no source changes. I'll open a PR.
Problem
The repository has no issue templates and no pull-request template (
.github/ISSUE_TEMPLATE/and.github/PULL_REQUEST_TEMPLATE.mdare absent). As a result:Proposed Solution
Add GitHub community templates:
.github/ISSUE_TEMPLATE/bug_report.yml— a form capturing OS, pipeline, runtime, repro steps, expected vs actual, and logs (mirrors the fields the best existing bug reports already use)..github/ISSUE_TEMPLATE/feature_request.yml— problem / proposed solution / alternatives..github/ISSUE_TEMPLATE/config.yml— routes questions and show-and-tell to the existing GitHub Discussions categories..github/PULL_REQUEST_TEMPLATE.md— summary / linked issue / testing-done / checklist.Purely additive, no source changes. I'll open a PR.