Problem
.github/ has no templates. CONTRIBUTING.md asks bug reporters to attach surface --check and surface --json --offline output, and gives contributors a four-command pre-PR checklist — none of which is enforced or even prompted. CODE_OF_CONDUCT.md is also missing.
What to do
Acceptance
A new bug report arrives with the diagnostic output already attached.
Problem
.github/has no templates.CONTRIBUTING.mdasks bug reporters to attachsurface --checkandsurface --json --offlineoutput, and gives contributors a four-command pre-PR checklist — none of which is enforced or even prompted.CODE_OF_CONDUCT.mdis also missing.What to do
.github/ISSUE_TEMPLATE/bug_report.ymlwithsurface --checkandsurface --json --offlineoutput as required fields, plus OS, install method, and whether the build has default features..github/ISSUE_TEMPLATE/feature_request.yml..github/ISSUE_TEMPLATE/config.ymlpointing vulnerability reports atSECURITY.mdrather than the tracker, asREADME.mdalready instructs..github/PULL_REQUEST_TEMPLATE.mdmirroring the four commands.CODE_OF_CONDUCT.md.Acceptance
A new bug report arrives with the diagnostic output already attached.