Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 687 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 687 Bytes

Contributing

We expect all contributors to follow a set of rules and also follow CODE OF CONDUCT.

How to contribute

  • Create a separate branch:
    • If it's a fix, name the branch fix/yourfixname.
    • If it's a feature, name the branch feature/yourfeature.
    • If it cannot be determined, name the branch misc/yourplansandwishes.
  • Once you are done with everything, please format using the defaults of JuliaFormatter.jl.
  • Open a PR. Wait for someone to review.
    • Wait for the review to tell you what to resolve.
    • Resolve any issues.
    • Get your PR approved
    • Win.
  • END. Now go have a coffee.