clarify contribution steps

This commit is contained in:
Arjun 2026-02-23 10:23:14 +05:30
parent 83edc74d1d
commit bfa8784619

View file

@ -30,10 +30,10 @@ Rowboat is open-source and we welcome contributions of all kinds — bug reports
## Contribution Workflow
1. **Fork** [rowboatlabs/rowboat](https://github.com/rowboatlabs/rowboat) and clone it locally.
2. **Create a branch** with a descriptive name (`fix-tool-crash`, `feature-mcp-discovery`). Don't commit directly to `main`.
2. **Create a branch from `dev`** with a descriptive name (`fix-tool-crash`, `feature-mcp-discovery`).
3. **Make your changes.** Keep PRs focused on a single issue or feature.
4. **Test your changes** locally before submitting.
5. **Open a pull request** with a clear description of what you changed and why. Screenshots or short demos are appreciated for UI changes.
5. **Open a pull request against `dev`** (not `main`) with a clear description of what you changed and why. Screenshots or short demos are appreciated for UI changes.
6. **Respond to feedback** — maintainers may request changes. This is normal and collaborative.
7. **Merge!** Once approved, we'll merge your PR.