Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 424 Bytes

File metadata and controls

9 lines (7 loc) · 424 Bytes

Contributing

Feel free to open a pull request!

Some General Rules

  • Please make sure the code is formatted with cargo fmt to keep a consistent code style.
  • Try to squash useless commits into more useful commits
    • Commits such as code formatting, code cleanups, fixing a feature that hasn't been merged can be merged into one commit for the original feature
  • Try to have somewhat informative commit messages