Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 769 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 769 Bytes

Contributing

  1. Fork it
  2. Install requirements
  3. Create your feature branch (git checkout -b feat/my-new-feature)
  4. Commit your changes (git commit -am 'feat: Added some awesome new feature')
  5. Add tests and test your changes with cargo test
  6. If all of the tests pass, open a pull request pointing to the main branch
  7. Wait for approval

Commit Style

This project adheres to the Conventional Commits guidelines.

Code Style

This project uses rustfmt to maintain code style and best practices.