- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add files changed:
git add .
- Commit your changes:
git commit -m "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
- The pull request and commit should have a useful title.
If your changes are breaking changes, please update the major version of the library in the appveyor.yml
Please don't forget to update the docs
directory with any new/removed/updated changes you make in the code.
Sometimes, no public API changes occur, and there is no need to update the docs.
After your pull request is merged
After your pull request is merged, you can safely delete your branch.