docs/chore: add community health files (CONTRIBUTING, CoC, SECURITY, templates, CODEOWNERS) - #37
docs/chore: add community health files (CONTRIBUTING, CoC, SECURITY, templates, CODEOWNERS)#37Amayyas wants to merge 2 commits into
Conversation
- CONTRIBUTING.md: dev setup, how to run checks locally, Conventional Commits convention, PR process - CODE_OF_CONDUCT.md: standard Contributor Covenant v2.1 - SECURITY.md: private vulnerability reporting via GitHub's advisory flow, scoped to what's actually relevant here (API key handling, request/response parsing, dependency vulns) - Link all three from the README Closes #27 Closes #28 Closes #29
- .github/ISSUE_TEMPLATE/bug_report.yml + feature_request.yml (form-based), plus config.yml pointing security reports at private advisory reporting instead of public issues - .github/PULL_REQUEST_TEMPLATE.md, matching the summary/test-plan format already used on prior PRs in this repo - CODEOWNERS so PRs auto-request review Closes #30 Closes #31 Closes #32
|
Warning Review limit reached
Next review available in: 56 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
CONTRIBUTING.md— dev setup, local checks, Conventional Commits convention, PR processCODE_OF_CONDUCT.md— Contributor Covenant v2.1SECURITY.md— private vulnerability reporting, scoped to what's relevant (API key handling, request/response parsing, dependency vulns).github/ISSUE_TEMPLATE/— bug report + feature request (form-based), plus a config routing security reports away from public issues.github/PULL_REQUEST_TEMPLATE.mdCODEOWNERSCloses #27, #28, #29, #30, #31, #32
Test plan
bundle exec rspec— 30/30 passing (no lib/spec changes in this PR)