Want to contribute? Great!
To fix a bug or add an enhancement:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Update the ChangeLog file with your additions, the format is based on Keep a Changelog
- Update the Readme with any changes that are required
- Commit your changes (
git commit -am 'Improve feature'
) - Push the branch (
git push origin improve-feature
) - Create a Pull Request