OSS community hygiene: CONTRIBUTING + SECURITY + CHANGELOG + issue templates#3
Merged
Merged
Conversation
…mplates
- CONTRIBUTING.md: PR workflow (now mandatory with branch protection), what to
contribute and what NOT to contribute, where to ask first, maintainer bandwidth
note (this is a side project).
- SECURITY.md: GitHub Security Advisory channel for vulns, response SLA (one
maintainer), in-scope vs upstream (gbrain/gstack/ZE/Claude Code), local-trust
scope of the vault.
- CHANGELOG.md: 0.1.0 initial public release entry — vault skeleton, install.sh,
--with-gstack, --company, 5 hooks, gbq universal wrapper, nightly + reflection,
CI, MIT, branch protection.
- .github/ISSUE_TEMPLATE/{bug,feature}.md: structured submission templates.
- README.md: added Contributing + Security pointer sections (1 paragraph each).
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.
Phase C of OSS hygiene post-public switch (last one).
Files added:
CONTRIBUTING.md— explains the PR-only workflow (branch protection blocks direct push)SECURITY.md— GitHub Security Advisories channel, in-scope vs upstreamCHANGELOG.md— 0.1.0 initial public release entry.github/ISSUE_TEMPLATE/{bug,feature}.md— structured submission templatesCloses the community-facing hygiene gap. After this, the repo has the standard OSS scaffolding (LICENSE + CI from PR #1, schema-aligned company-skeleton from PR #2, community docs here).