Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 608 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 608 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Pull Request Checklist

  1. Create your branch from the main branch
  2. Use Semantic Commit Messages
  3. Increase the version by using Semantic Versioning
  4. Ensure your changes are covered by tests
  5. Follow the rules of Clean Code while coding