docs: add CONTRIBUTING, SECURITY, and Dependabot config#5
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 29de038920
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ## Getting Started | ||
|
|
||
| 1. Fork the repository | ||
| 2. Create a feature branch: `git checkout -b feat/your-feature` |
There was a problem hiding this comment.
Update branch instruction to match enforced CI naming
CONTRIBUTING.md instructs contributors to use git checkout -b feat/your-feature, but the branch-name gate in .github/workflows/git-hygiene.yml accepts only codex/<type>/<slug> branches (regex in the workflow script). Contributors who follow the new docs will consistently fail required CI on PRs, which blocks normal contribution flow.
Useful? React with 👍 / 👎.
Adds CONTRIBUTING.md, SECURITY.md, and .github/dependabot.yml for community health.