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
- release.yml: add a validate gate (go test + golangci-lint +
goreleaser check) that the release job depends on, so a broken tag
never publishes. Add workflow_dispatch that runs a snapshot dry-run
(build everything, publish nothing) to rehearse a release. Scope
write/id-token permissions to the release job only; the gate runs
read-only.
- Add .github/ISSUE_TEMPLATE: a structured bug report (version, engine,
OS, exit code) and feature request (problem/proposal/area), plus a
config.yml routing questions to Discussions and security reports to
the security policy.
- Add a PR template with a verification checklist matching the project's
discipline (test, lint, integration, docs/CHANGELOG, web build).
0 commit comments