Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct (see CODE_OF_CONDUCT.md file).
- Open an issue to discuss proposed changes
- Fork the repository
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub