637 B
637 B
Contributing
Workflow
- Create a branch for your work:
git checkout -b fix/issue-N-nameorgit checkout -b docs/topic-name - Make changes and commit with clear messages
- Open a Pull Request for review
- Do not merge directly to
masterfor reviewable changes - After approval, squash and merge
Guidelines
- Use clear, descriptive commit messages
- Keep PRs focused and reasonably sized
- Document any non-obvious decisions
- Test changes before submitting
Branches
master— stable, reviewed content onlyfix/*— bug fixesdocs/*— documentation updatesresearch/*— new research notes