You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add structured GitHub issue templates to guide contributors when filing bugs and requesting features:
Bug report template (.github/ISSUE_TEMPLATE/bug_report.md) — description, repro steps, actual/expected behaviour, environment info (CLI version, OS, Go version)
Feature request template (.github/ISSUE_TEMPLATE/feature_request.md) — summary, current state, proposed changes, usage examples, API reference links
These were scoped during #373 but deferred to allow discussion on format. The "coming soon" notes in CONTRIBUTING.md should be updated once templates land.
Worth exploring
Pull request template (.github/PULL_REQUEST_TEMPLATE.md) — a minimal summary + test plan checklist to match existing team practice
Summary
Add structured GitHub issue templates to guide contributors when filing bugs and requesting features:
.github/ISSUE_TEMPLATE/bug_report.md) — description, repro steps, actual/expected behaviour, environment info (CLI version, OS, Go version).github/ISSUE_TEMPLATE/feature_request.md) — summary, current state, proposed changes, usage examples, API reference linksThese were scoped during #373 but deferred to allow discussion on format. The "coming soon" notes in CONTRIBUTING.md should be updated once templates land.
Worth exploring
.github/PULL_REQUEST_TEMPLATE.md) — a minimal summary + test plan checklist to match existing team practiceReferences