Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 1.07 KB

Contributing

When contributing to this project, 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.

Pull Request Process

  1. Create a new branch with the new version number, the versioning scheme we use is SemVer.
  2. Follow the template provided in the repository (.github/PULL_REQUEST_TEMPLATE/pull_request_template.md) and link it with the issue raised on github for the same (if available).
  3. Update the README.md with details of changes to the methods or interface, including new environment variables, breaking changes, etc.
  4. Update the version numbers in any examples files and the package.json to the new version that this Pull Request would represent.
  5. You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.