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.
- Fork it
- Create your feature branch (
git checkout -b ft/new-feature-name) - Implement your feature and run the test suite
- Make sure to add or update tests for your changes
- All tests should pass
- Update all documentation and the README.md with relevant details of the changes (e.g. new options, environment variables and useful file locations)
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin ft/new-feature-name) - Create new Pull Request
Be kind.