Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 830 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 830 Bytes

Contributing

Hi, thank you for showing interest in this project. I would be grateful to receive feedback and any form of help.

If you have trivial fix or improvement, go ahead and create a pull request and mention me to review the changes.

If you plan to do major changes, here are few guidelines to follow:

  1. Check the open issues and pull requests for existing discussions.
  2. Open an issue first, to discuss new feature or enhancement.
  3. Write the code with tests, and make sure it passes locally and on CI.
  4. Open a pull request, and reference the relevant issue(s).
  5. After receiving feedback, squash your commits and wrap them in an informative message.

Have fun!