Peroxide follows Gitflow workflow. Don't need to much precise, but it's good to obey some simple rules.
- Do not work on
masterbranch directly. - Use
features/<features_to_improve>branch mainly. For example, if you want to improveDataFramethen createfeatures/dataframeon latestdevbranch & create pull request todevbranch. - Test before push.
cargo test --features <required_features>is wonderful.
Thanks for all contributions!