Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 2.31 KB

CONTRIBUTING.md

File metadata and controls

45 lines (26 loc) · 2.31 KB

Contributing to The Force

Thank you for helping out with the The Force!

Following these guidelines helps us keep good project workflow. We appreciate you working with us on it.

Please read our CODE_OF_CONDUCT.md to understand our community expectations.

How to help?

Please check the Issues for current task. If you see something that you would like to help with, ask about helping in a comment and we'll assign it too you.

Checkout the introduction.md file for a high level explanation of the project.

Report Bug

Check to see if someone already reported this bug already exists. If so then leave a comment on that issue. If not, please provide a detailed description of the bug. Include what was happening before the error, all settings, and test results. This helps us more quickly identify and solve any problems. Create an Issue with the description and add a bug label. We will do our best to respond quickly to it.

Request a Feature

Check to see if the feature is already listed in our feature requests. If it's not, describe the feature and why it would be beneficial. Create an Issue with this description and add a feature enhancement label. We will do our best to respond quickly to it.

Submit Example Code

If you have a program written in The Force that you'd like to share, please do! Make a Pull Request to add it to the Examples folder.

Work on The Force

If you'd like to fix bugs or add features to The Force, please submit an issue or comment on a relevant issue to share your intentions and ask any questions.

Once you are ready to make the Pull Request, consult the Pull Request Checklist

Pull Request Checklist

Please do these things before you make your Pull Request

  • Add any relevant unit tests
  • Make sure all unit tests pass with cargo test
  • Use our .editorconfig to help automatically style all files
  • Format the code with cargo fmt
  • Link the relevant issue the Pull Request addresses