mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-29 10:26:23 +02:00
clarify contribution steps
This commit is contained in:
parent
83edc74d1d
commit
bfa8784619
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue