Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 1.26 KB

Contributing to Parry

Thank you for wanting to contribute! Contribution can take many forms, including:

It is strongly recommended to open an issue or to discuss with us on Discord before fixing complicated issues, or implementing new features.

Contributing to the Rust code

The Rust source code of the Parry geometric library is available on our parry repository on GitHub.

  1. Fork our parry repository on GitHub.
  2. Clone the repository and make the necessary changes.
  3. In order to debug your changes and check that it works, do the following:
    • Run the tests cargo test
  4. Once you are satisfied with your changes, submit them by opening a Pull Request on GitHub.
  5. If that Pull Request does something you need urgently, or if you think it has been forgotten, don't hesitate to ask @sebcrozet directly on Discord for a review.
  6. Iterate with the reviewer until the PR gets merged.