Sharetribe contribution instructions
- Fork the code
- Create your feature branch (git checkout -b my-new-feature)
- Write your code
- Open a Pull Request from your fork to master as early as possible. Pull Requests are great way to start conversation of a feature. If the Pull Request is work in progress and not yet ready to be reviewed, add a [WIP] prefix to the title.
- Be sure to add automated tests. That's the best way to guarantee that other developers won't accidentally break your feature.
- When you are ready, rebase (or merge) your branch to include the latest changes from
master
- Make sure all the tests pass
- Remove the [WIP] prefix.