Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 552 Bytes

CONTRIBUTES.md

File metadata and controls

10 lines (7 loc) · 552 Bytes

Contributes

Peroxide follows Gitflow workflow. Don't need to much precise, but it's good to obey some simple rules.

  1. Do not work on master branch directly.
  2. Use features/<features_to_improve> branch mainly. For example, if you want to improve DataFrame then create features/dataframe on latest dev branch & create pull request to dev branch.
  3. Test before push. cargo test --features <required_features> is wonderful.

Thanks for all contributions!