Skip to content

docs/chore: add community health files (CONTRIBUTING, CoC, SECURITY, templates, CODEOWNERS) - #37

Open
Amayyas wants to merge 2 commits into
mainfrom
chore/community-health-files
Open

docs/chore: add community health files (CONTRIBUTING, CoC, SECURITY, templates, CODEOWNERS)#37
Amayyas wants to merge 2 commits into
mainfrom
chore/community-health-files

Conversation

@Amayyas

@Amayyas Amayyas commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Summary

  • CONTRIBUTING.md — dev setup, local checks, Conventional Commits convention, PR process
  • CODE_OF_CONDUCT.md — Contributor Covenant v2.1
  • SECURITY.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.md
  • CODEOWNERS
  • README links to all three policy docs

Closes #27, #28, #29, #30, #31, #32

Test plan

  • bundle exec rspec — 30/30 passing (no lib/spec changes in this PR)
  • YAML syntax validated for the new issue-template files
  • CI green

Amayyas added 2 commits July 30, 2026 12:18
- 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
@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Amayyas, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 56 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d3eb244e-4c9d-4d59-8b08-45546b8c45fe

📥 Commits

Reviewing files that changed from the base of the PR and between c8ae45e and 2168731.

📒 Files selected for processing (9)
  • .github/ISSUE_TEMPLATE/bug_report.yml
  • .github/ISSUE_TEMPLATE/config.yml
  • .github/ISSUE_TEMPLATE/feature_request.yml
  • .github/PULL_REQUEST_TEMPLATE.md
  • CODEOWNERS
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • README.md
  • SECURITY.md

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Amayyas Amayyas self-assigned this Jul 30, 2026
@Amayyas Amayyas linked an issue Jul 30, 2026 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CODEOWNERS Add CONTRIBUTING.md

1 participant