Pull requests, bug fixes, and new features suggestions, are all welcome! If you have a question or suggestion, you can open a new issue. Try to be as specific as possible.
For code changes:
- Fork the repository
- Create a feature branch (
git checkout -b my-new-feature
) - Commit a changes (
git commit -am 'Add some feature'
) - Push to the remote (
git push origin my-new-feature
) - Create new Pull Request on GitHub
Please keep each pull request to a single feature -- it's okay to submit multiple pull requests at a time! This makes new features easier to review and merge. For large changes, consider making an issue beforehand to discuss. This maximizes the likelihood that your change can be merged quickly and efficiently.