Add pull request template (closes the community-profile gap issue templates can't) - #25
Merged
Merged
Conversation
…G.md's protected-master flow (what changed + local build/vet/test checklist), closing the community-profile gap left after CODE_OF_CONDUCT.md lifted health 71%->85%; investigation proved files.issue_template is dead GitHub-wide (cli/cli reaches 100% with null), making the PR template the real remaining item
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
.github/PULL_REQUEST_TEMPLATE.md, closing the community-standards gap left after PR #24: CODE_OF_CONDUCT.md lifted health 71%→85%, but investigation this iteration proved GitHub'scommunity/profile → files.issue_templatefield is dead GitHub-wide —cli/clireaches 100% health withissue_template: null, as dopallets/flask(87%),gin-gonic/gin(75%), andrust-lang/rustdespite canonical.mdtemplates on disk. The YAML issue form from PR #24 remains fully valid for users (schema-checked, industry-standard); the metric simply no longer recognizes any template type.The one community-profile item writ genuinely lacked is a pull request template (
files.pull_request_template), whichcli/cli's 100% profile shows is still live-counted. This repo requires PRs for every change under strict branch protection, so the template also earns its keep: it mirrors CONTRIBUTING.md's flow (what changed + the exact three-command local verification CI reruns) with a short checklist.Validation
gofmt -lclean,go build ./...,go vet ./...,go test ./... -race -count=1green across all six packages