Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

24 lines (13 loc) · 1.04 KB

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.

Commit

All commit need to follow the conventional commit convention.

Pull Request

  1. Ensure that your feature is fully tested by adding new specs in tests/.

  2. Update the related documentation in README.md with details of changes to the project.

  3. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is SemVer.

  4. Your Pull Request will be merged in once you have the sign-off of one core contributor, or if you do not have permission to do that, you may request the second reviewer to merge it for you.