Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

27 lines (21 loc) · 1.32 KB

How to become a contributor

Before submitting an issue

  • Search the open issue and closed issue to ensure no one else has reported something similar before.
  • File an issue ticket by providing all the required information. Failure to provide enough detail may result in slow response from the community.
  • You can also make a suggestion or ask a question by opening an "issue".

Contributing A Patch

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owner will respond to your issue promptly.
  3. If your proposed change is accepted, fork the desired repo, develop and test your code changes.
  4. Ensure that your code adheres to the existing style in the code to which you are contributing.
  5. Ensure that your code has an appropriate set of tests which all pass.
  6. Title your pull request as well as all your commits following Conventional Commits styling.
  7. Submit a pull request.

Note

It is important that all your commits as well as your PR follow the Conventional Commits styling.