require-changelog-file
Require a changelog file in the repository root.
require-code-of-conduct-file
Require CODEOFCONDUCT.md for repository interactions.
require-codeowners-file
Require a CODEOWNERS file for deterministic review ownership.
require-codeowners-reviewable-patterns
Require all CODEOWNERS patterns to have at least one owner assigned.
require-contributing-file
Require CONTRIBUTING.md at the repository root.
require-dependabot-config-file
Require .github/dependabot.yml or .github/dependabot.yaml for automated dependency updates on GitHub.
require-dependabot-grouping
Require Dependabot grouping via groups or multi-ecosystem-groups.
require-dependabot-reviewers
Require reviewers in Dependabot updates blocks.
require-dependabot-schedule
Require a schedule.interval in every Dependabot updates block.
require-dependabot-update-entries
Require Dependabot to declare at least one update entry.
require-dependency-update-config
Require automated dependency update configuration in the repository.
require-gitattributes-file
Require a .gitattributes file in the repository root.
require-gitignore-file
Require a .gitignore file in the repository root.
require-issue-template-file
Require at least one issue template for structured reports.
require-license-file
Require a root-level license file.
require-license-spdx-identifier
Require an SPDX license identifier in the LICENSE file.
require-node-version-file
Require a .node-version file in Node.js projects.
require-nvmrc-file
Require a .nvmrc file in repositories.
require-pr-template-checklist-items
Require at least one checklist item (- [ ]) in the pull request template.
require-pull-request-template-file
Require a pull request or merge request template for consistent review context.
require-readme-badges
Require at least one status badge in the README file.
require-readme-file
Require a root-level README for the repository.
require-readme-sections
Require specific sections in the README file.
require-release-config-file
Require repository-local release tooling or release metadata configuration.
require-secret-scanning-config
Require a GitHub secret scanning customization surface.
require-security-policy-contact-channel
Require a contact channel (URL or email) in the security policy file.
require-security-policy-file
Require SECURITY.md for vulnerability disclosure guidance.
require-single-codeowners-file
Require exactly one authoritative CODEOWNERS file location.
require-support-file
Require SUPPORT.md for support and help channels.