When contributing to this repository, please first discuss the change you wish to make via issues. And this repository follow ansible best practices.
- Fork it.
- Create your feature branch (
git checkout -b <feature>). - Add your files (
git add <file_1> <file2> ..... <file_n>). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin <feature>). - Create a new pull request.