Contributions are welcome, and they are greatly appreciated!
You can contribute in many ways:
Report bugs here.
Look through the GitHub issues for bugs. Anything tagged as bug
and help wanted
is up for grabs.
Look through the GitHub issues for issues tagged as enhancement
.
Spinoza could always use more documentation, whether as part of the official docs, or even on personal blogs, articles, etc. Documentation is always greatly appreciated!
The best way to send feedback is to raise an issue here.
Spinoza strives to be a cutting-edge, high-performance simulator. We welcome and highly value any contributions that lead to measurable improvements in performance. Your efforts to enhance Spinoza's capabilities are greatly appreciated!
Ready to contribute? Here's how to setup Spinoza for local development.
- Fork the Spinoza repository
- Clone your fork to your dev machine/environment:
git clone [email protected]:<username>/spinoza.git
-
Install Rust and setup nightly Rust
-
Setup the git hooks by going in your local Spinoza repo:
cd spinoza
git config core.hooksPath ./hooks
- When you're done with your changes, ensure the tests pass with:
cargo test
-
Commit your changes and push them to GitHub
-
Submit a pull request (PR) through the GitHub website.
Before you submit a pull request, please check the following:
- The pull request should include tests if it adds and/or changes functionalities.