Contributions are welcome, and they are greatly appreciated!
- Fork the
phastft
repository - Clone your fork to your dev machine/environment:
git clone [email protected]:<username>/phastft.git
-
Install Rust and setup nightly Rust
-
Setup the git hooks by in your local repo:
cd PhastFT
git config core.hooksPath ./hooks
- When you're done with your changes, ensure the tests pass with:
cargo test --all-features
-
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.