Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 905 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 905 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.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Making a Pull Request

  1. Ensure all of your commits follow the Conventional Commits guidelines.
  2. Name your pull requests following the same convention. Your pull request must pass the Semantic Pull Request check.
  3. Always make your pull request to the develop branch, where it will be tested before making it to production.
  4. For your pull request to be accepted, its code must compile, and follow the ESLint guidelines in this repository.