chore: community health files (CoC, SUPPORT, labels, discussions) - #74
Merged
Conversation
Contributor
Benchmark regression reportThreshold: 25% Generated by the bench workflow. A |
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.
Summary
Adds the community-health files GitHub auto-detects in the About sidebar plus a label taxonomy and discussion templates. No source or doc rewrites. Complements PRs #69 and #71 without overlap.
What's in
CODE_OF_CONDUCT.md(Contributor Covenant 2.1). CONTRIBUTING already references a CoC; this points it at the local file.SUPPORT.md. The "where do I go for X" routing table. GitHub surfaces it in the About sidebar..github/ISSUE_TEMPLATE/config.yml. Disables blank issues. Surfaces three contact links: private security advisory, Discussions, docs site (theauth.dev)..github/DISCUSSION_TEMPLATE/q-and-a.ymlandideas.yml. Structured Q&A and ideas posts so the support channel routes traffic cleanly..github/labels.yml+.github/workflows/labels.yml. Auto-synced label taxonomy: type/, area/ per auth surface, status, priority, semver impact, community. Runs EndBug/label-sync on push to main and via workflow_dispatch..gitignore. Adds*.log,*-CLEANUP-MAP.md,scratch/,tmp/,Thumbs.dbso stray artifacts (e.g. MCP server logs) cannot land in commits.Why
GitHub surfaces CoC, SUPPORT, and issue/discussion templates in the repo About sidebar and issue creation menus. They are the standard signals for a "well-run library" that lift star-conversion and reduce noisy issues. Labels + sync workflow give consistent triage taxonomy without manual upkeep.
Out of scope
Test plan
git diff main..HEAD --statshows 9 files, 292 insertions, 1 deletion