- Fork Project
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push your changes (
git push -u origin my-new-feature
) - Create new Pull Request
Also, please include the following:
- Tests
- An update to the CHANGELOG.md
- Report problems to the project's issue tracker.
- You can help us diagnose and fix existing bugs by asking and providing answers for the following:
- Is the bug reproducible as explained?
- Is it reproducible in other environments (for instance, on different browsers or devices)?
- Are the steps to reproduce the bug clear? If not, can you describe how you might reproduce it?
- What tags should the bug have?
- Is this bug something you have run into? Would you appreciate it being looked into faster?
IMPORTANT: By submitting a patch, you agree to the terms of the BSD-3 License.