Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 599 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 599 Bytes

Contributing to Cassia

Thank you for your interest in contributing to Cassia!

Contributing a fix or feature

Generally, contributions are managed by issues and pull requests.

  1. Submit an issue describing your proposed fix or feature.
  2. If your proposed fix or feature is accepted then, fork, implement your code change.
  3. Ensure your code change follows the accepted code style and structure.
  4. Ensure your code is properly tested.
  5. Ensure your commits follow the accepted commit message style
  6. Submit a pull request.