Skip to content

feat: org-wide community-health defaults (CoC, Contributing, Security, Support, templates)#2

Merged
WomB0ComB0 merged 1 commit intomainfrom
feat/community-health-defaults
Apr 14, 2026
Merged

feat: org-wide community-health defaults (CoC, Contributing, Security, Support, templates)#2
WomB0ComB0 merged 1 commit intomainfrom
feat/community-health-defaults

Conversation

@WomB0ComB0
Copy link
Copy Markdown
Member

Summary

First of a four-PR series standardizing governance + security across every public ResQ repo. Populates the .github org repo with the canonical fallbacks GitHub looks up when a downstream repo doesn't define its own — so every resq-software/* repo inherits these automatically with zero per-repo action.

Files

  • CODE_OF_CONDUCT.md — Contributor Covenant v2.1 (linked to canonical text, not vendored); ResQ-specific reporting channels.
  • CONTRIBUTING.md — onboarding (install-resq.sh + install-hooks.sh), Conventional Commits + ! marker, branch-naming rules, local check commands (resq pre-commit / resq format --check / resq hooks doctor), PR flow.
  • SECURITY.md — supported-versions table, private reporting (GitHub Security Advisories preferred + security@resq.software fallback), response SLOs, scope & out-of-scope.
  • SUPPORT.md — routes to docs.resq.software / GitHub Discussions / SECURITY.md.
  • .github/PULL_REQUEST_TEMPLATE.md — Summary / Type / Test plan / Breaking changes / Checklist.
  • .github/ISSUE_TEMPLATE/{bug_report,feature_request}.yml — structured forms with pre-flight checkboxes.
  • .github/ISSUE_TEMPLATE/config.yml — disable blank issues; route Security + Discussions + Docs links.
  • .github/FUNDING.yml — commented placeholder until funding routes exist.

Verification

After merge, open https://github.com/resq-software/<any-public-repo>/community — the community profile page should now show full ✅ marks for Code of Conduct, Contributing, Security, Support, Issue templates, and Pull request template (all inherited from this repo).

Follow-up PRs in this series

  1. this PR — community defaults
  2. Reusable security-scan.yml workflow in .github (CodeQL + Gitleaks + OSV-scanner + dependency-review + optional Snyk)
  3. Per-repo wiring: caller workflow + .github/dependabot.yml + .github/CODEOWNERS (10 small PRs)
  4. dev/README.md — drop the .agents/ convention per your decision; add a short pointer at AGENTS.md

🤖 Generated with Claude Code

Populate the .github repo with the canonical fallbacks GitHub looks up
when a downstream repo doesn't define its own. Previously every
resq-software/* repo lacked CoC / Contributing / Security / Support /
templates; contributors had no consistent reference.

Files added:
  CODE_OF_CONDUCT.md           Contributor Covenant v2.1 (linked, not
                               vendored) + ResQ reporting channels.
  CONTRIBUTING.md              One-page onboarding (install-resq.sh +
                               install-hooks.sh), commit format
                               (Conventional Commits + `!`), branch
                               naming, local check commands, PR flow.
  SECURITY.md                  Supported versions table, private
                               reporting channels (GitHub Security
                               Advisories preferred, security@ fallback),
                               response windows, scope/out-of-scope.
  SUPPORT.md                   Docs / Discussions / issue-template
                               routing for non-security questions.
  .github/PULL_REQUEST_TEMPLATE.md
                               Structured sections: Summary, Type,
                               Test plan, Breaking changes, Checklist.
  .github/ISSUE_TEMPLATE/bug_report.yml       Structured form.
  .github/ISSUE_TEMPLATE/feature_request.yml  Structured form.
  .github/ISSUE_TEMPLATE/config.yml           Disable blank issues;
                               route Security + Discussions + Docs.
  .github/FUNDING.yml          Commented placeholder.

Applies automatically to every public repo under resq-software that
doesn't already define these files. Zero downstream action required.

Follow-up PRs (separate branches) add: reusable security-scan workflow,
per-repo callers + dependabot.yml + CODEOWNERS, dev/README cleanup.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 14, 2026

Warning

Rate limit exceeded

@WomB0ComB0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 44 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 21 minutes and 44 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d152296c-913c-46b8-9f2d-fdfdb271c55a

📥 Commits

Reviewing files that changed from the base of the PR and between 5270561 and c50efba.

📒 Files selected for processing (9)
  • .github/FUNDING.yml
  • .github/ISSUE_TEMPLATE/bug_report.yml
  • .github/ISSUE_TEMPLATE/config.yml
  • .github/ISSUE_TEMPLATE/feature_request.yml
  • .github/PULL_REQUEST_TEMPLATE.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • SECURITY.md
  • SUPPORT.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/community-health-defaults

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 and usage tips.

@WomB0ComB0 WomB0ComB0 merged commit 6b011ba into main Apr 14, 2026
1 of 2 checks passed
@WomB0ComB0 WomB0ComB0 deleted the feat/community-health-defaults branch April 14, 2026 21:57
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request establishes the core community health and contribution infrastructure for the resq-software organization by adding standard files such as CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, and various GitHub issue and pull request templates. Feedback focuses on ensuring that relative links to internal files (like CODEOWNERS and workflow definitions) are converted to absolute URLs to prevent broken links when these files are inherited by other repositories in the organization.

Comment thread CODE_OF_CONDUCT.md
- **Preferred**: open a [GitHub Security Advisory](https://github.com/resq-software/.github/security/advisories/new) on this `.github` repo — advisories are private by default and route straight to maintainers.
- **Alternative**: email `conduct@resq.software`.

All reports are reviewed by the maintainers listed in [`.github/CODEOWNERS`](./CODEOWNERS) and handled confidentially. The reporter's identity is not shared beyond those directly involved in the review.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The link destination ./CODEOWNERS is inconsistent with the text [.github/CODEOWNERS]. Additionally, for an organization-wide Code of Conduct, it is recommended to use an absolute URL to the central .github repository's CODEOWNERS file. This ensures the link resolves correctly when the file is inherited by other repositories in the organization.

Suggested change
All reports are reviewed by the maintainers listed in [`.github/CODEOWNERS`](./CODEOWNERS) and handled confidentially. The reporter's identity is not shared beyond those directly involved in the review.
All reports are reviewed by the maintainers listed in [`.github/CODEOWNERS`](https://github.com/resq-software/.github/blob/main/.github/CODEOWNERS) and handled confidentially. The reporter's identity is not shared beyond those directly involved in the review.

Comment thread SECURITY.md

## Automated scanning

Every repo runs the reusable [`security-scan`](.github/workflows/security-scan.yml) workflow on push + PR + weekly schedule: CodeQL, Gitleaks, OSV-Scanner, Dependency Review, plus optional Snyk when `SNYK_TOKEN` is configured. Findings are triaged by the maintainers listed in each repo's `CODEOWNERS`.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The relative link to the workflow file will break when this security policy is inherited by other repositories. Downstream repositories will attempt to resolve the path relative to their own root, where the workflow likely does not exist. Use an absolute URL to the .github repository to ensure the link remains functional across the organization.

Suggested change
Every repo runs the reusable [`security-scan`](.github/workflows/security-scan.yml) workflow on push + PR + weekly schedule: CodeQL, Gitleaks, OSV-Scanner, Dependency Review, plus optional Snyk when `SNYK_TOKEN` is configured. Findings are triaged by the maintainers listed in each repo's `CODEOWNERS`.
Every repo runs the reusable [`security-scan`](https://github.com/resq-software/.github/blob/main/.github/workflows/security-scan.yml) workflow on push + PR + weekly schedule: CodeQL, Gitleaks, OSV-Scanner, Dependency Review, plus optional Snyk when `SNYK_TOKEN` is configured. Findings are triaged by the maintainers listed in each repo's `CODEOWNERS`.

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.

1 participant