We love pull requests from everyone.
- Fork the repository: https://help.github.com/articles/fork-a-repo
- Create a branch in your fork: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository
- Pull the branch as a pull request targeting
cyberbotics:community-projects@master
in draft mode: https://help.github.com/articles/creating-a-pull-request-from-a-fork - When your pull request is ready, mark it as ready for review: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request#marking-a-pull-request-as-ready-for-review
- Wait for a review.
- Try to follow our Coding Style.
- Avoid comitting files that exist elsewhere. Instead you should link to the source of these files.
- Avoid comitting files that can be re-created from other files using a Makefile, a script or a compiler.
- Document your project in a
docs
folder using the Github Markdown (*.md files) syntax.