Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 902 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 902 Bytes

CONTRIBUTING

Contributions are welcome, and they are greatly appreciated!

  1. Fork the phastft repository
  2. Clone your fork to your dev machine/environment:
git clone [email protected]:<username>/phastft.git
  1. Install Rust and setup nightly Rust

  2. Setup the git hooks by in your local repo:

cd PhastFT
git config core.hooksPath ./hooks 
  1. When you're done with your changes, ensure the tests pass with:
cargo test --all-features
  1. Commit your changes and push them to GitHub

  2. Submit a pull request (PR) through the GitHub website.

Pull Request Guidelines

Before you submit a pull request, please check the following:

  • The pull request should include tests if it adds and/or changes functionalities.