CONTRIBUTING.md 770 Bytes
Newer Older
李晓兵's avatar
李晓兵 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# Asking questions

If you want to ask a question about the use of this plugin, please avoid submmitting an issue and ask on [Gitter](https://gitter.im/cordova-plugin-fingerprint-aio) instead.

# Submitting bugs

Create a new issue and please use the template

# Contributing

* Fork
* Create new feature branch (git checkout -b feature-or-fix-something)
* Commit your changes (git commit -am 'Add fix for android ...')
* Push to the branch (git push origin feature-or-fix-something)
* Create new Pull Request with description what you did and why you did it

## Tips
* Please avoid changing the indentation of a complete file in your pull request, because that makes reviewing changes hard
* Use the command `npm test PLATFORM` to run automatic and manual tests first