Description
New contributors need clear guidance on how to fork, branch, commit, and open PRs. This is the file that makes the project feel like a real open source repo.
What to do
Acceptance Criteria
CONTRIBUTING.md exists at the repo root
- It covers: fork → clone → branch → commit → PR flow
- Mentions the branch naming convention (
feature/, fix/, docs/)
- Includes a PR checklist
Note
A draft of this file is available in the repo discussion. Feel free to use it as a starting point and improve it.
Difficulty
🟢 Beginner — Good First Issue
Description
New contributors need clear guidance on how to fork, branch, commit, and open PRs. This is the file that makes the project feel like a real open source repo.
What to do
CONTRIBUTING.mdfile at the root of the projectAcceptance Criteria
CONTRIBUTING.mdexists at the repo rootfeature/,fix/,docs/)Note
A draft of this file is available in the repo discussion. Feel free to use it as a starting point and improve it.
Difficulty
🟢 Beginner — Good First Issue