[EPAC-1745]: add community standards docs#376
Merged
riddim-developer-bot[bot] merged 1 commit intoMay 8, 2026
Merged
Conversation
There was a problem hiding this comment.
ReviewAutonomousPR
- Verdict:
approve - Reviewer boundary:
review_only - Acceptance criteria coverage: covered=5, missing=0, unclear=0
Summary
The PR adds all three required community files at the repository root and they align with the stated acceptance criteria. The documents avoid internal-only references and include the required contact paths and non-bug-bounty/security language.
Actionable findings
- None.
Acceptance criteria coverage
- covered — CONTRIBUTING.md covers issue filing, proposing changes, branch/PR conventions (including neutral automated-review mention), local-dev expectations, and code of conduct pointer.
- File includes explicit issue/reporting workflow, change proposal steps, branching/PR guidance, mentions automated first-pass review, local dev requirements, and a Code of Conduct link.
- covered — CODE_OF_CONDUCT.md uses Contributor Covenant 2.1 content with enforcement contact sunny@riddimsoftware.com.
- Document text is largely standard CoC 2.1 language and sets enforcement contact to sunny@riddimsoftware.com.
- covered — SECURITY.md includes responsible disclosure path, contact email, and states no public bug bounty.
- Contains private email reporting path, explicit instruction not to open public issues, response commitment, and 'No public bug bounty program is currently offered.'
- covered — No references to GitHub Discussions/internal Jira/Slack/AWS in the three files.
- No such terms appear in the shown diff content.
- covered — All three files expected to render cleanly on GitHub.
- Simple Markdown with standard headings, lists, links, and no syntax issues evident.
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.
Why
epac is preparing to show a complete set of GitHub Community Standards files for contribution guidance and security reporting.
What changed
CONTRIBUTING.mdat repo root with issue/PR conventions, local dev expectations, support flow, and a Code of Conduct link.CODE_OF_CONDUCT.mdbased on Contributor Covenant 2.1 with enforcement contact set tosunny@riddimsoftware.com.SECURITY.mdwith a brief private disclosure path and 7-day response commitment.Verification
git fetch origin maingit rebase origin/mainrg -n -i "discussions|jira|linear|slack|aws|secret|token|internal" CONTRIBUTING.md CODE_OF_CONDUCT.md SECURITY.mdgit status --shortNo functional build/test commands were run because this change is documentation-only.
Notes
2) and not missing.7bd7429.Reviewer-Boundary: review-only
Resolves EPAC-1745