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:urdf2webots@master
: https://help.github.com/articles/creating-a-pull-request-from-a-fork - Wait for our awesome review :-)
-
Python should use the PEP8 standard (minus
E501
):Note: using Atom with the
linter-flake8
linter package ensures that we respect our Python coding styles:apm install linter-flake8
.
- Avoid committing files that exist elsewhere. Instead we should link to the source of these files.
- Avoid committing files that can be re-created from other files using a Makefile, a script or a compiler.