Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 520 Bytes

CONTRIBUTIONS.md

File metadata and controls

10 lines (7 loc) · 520 Bytes

Contributions

multicalc follows Gitflow workflow. A few simple rules:

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

Thank you for all the contributions!