docs: community health files (SECURITY policy + default PR template) - #156
Merged
Conversation
- SECURITY.md: replace unfilled GitHub boilerplate with a real policy (supported versions, private-advisory reporting flow, expected-response SLA by severity, repo security practices). - .github/PULL_REQUEST_TEMPLATE.md: default PR template for general changes, pointing typed changes to the 6 specialized templates in PULL_REQUEST_TEMPLATE/.
fig-ai-agent Bot
added a commit
that referenced
this pull request
Sep 9, 2026
Co-authored-by: ZyntroAI Bot <bot@zyntro.ai>
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.
📚 Docs
Summary
Fills two repo community-health gaps.
Changes
SECURITY.md— replaced the unfilled GitHub boilerplate (fake "5.1.x" version table) with a real policy: supported versions, private-reporting flow via GitHub security advisories, expected-response SLA by severity, and the repo's actual security practices (no secrets in source, fail-open degradation, secret scanning in CI)..github/PULL_REQUEST_TEMPLATE.md— default PR template for general changes. Typed changes (Security / Release / Config / Docs / Dependency / Bugfix) are pointed to the 6 specialized templates in.github/PULL_REQUEST_TEMPLATE/.Notes
SECURITY.mdwas boilerplate onmain).workflowspermission is needed.Checklist