Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 628 Bytes

Contribution Guide

Thanks for your great contribution!!

Principles

  • Let's be creative and collaborative👶
  • Let's welcome people from different backgrounds👶
  • This project follows Rust Code of conduct

Pull Request

  • If possible, please report an issue at first😉
  • But the project always welcome your collaborative pull request!
  • Please fork the main branch to create PR🎉

Unit Test

  • Please write unit tests if possible!!
  • It's convenient when checking your changes pass all the tests to use the below command.
cargo test