diff --git a/apps/docs/docs/development/contribution-guide.mdx b/apps/docs/docs/development/contribution-guide.mdx index 022e3ea0..1089d7e0 100644 --- a/apps/docs/docs/development/contribution-guide.mdx +++ b/apps/docs/docs/development/contribution-guide.mdx @@ -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.