Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 1.51 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.

To Contribute to this repository

  • Fork the repository.
  • Make your changes inline with the below process.
  • Test the changes in the similar environment that the program uses.
  • Make sure there are no blank or unicode characters in your changes (Use N++ to validate or remove such characters).
  • Use spaces for indentation rather than tabs.
  • Raise a PR and asign it for review.

You would not be able to merge directly to master branch, kindly make sure to raise your PR to the default branch.

Pull Request Process

  • Ensure you have latest version of the binary installed for the item you may want to contribute.
  • Update the README.md with details of changes to the interface, this includes new environment variables and useful file locations.
  • Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent (if any). The versioning scheme we use is SemVer.
  • You may merge the Pull Request in once you have the sign-off of from at least one other developers, or if you do not have permission to do that, you may request the reviewer to merge it for you.

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

License

By contributing, you agree that your contributions will be licensed under its Apache-2.0 License.