Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 999 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 999 Bytes

Contributing Guidelines

  • If you have an idea/suggestion, bug report or anything you think might be of interest - don't be shy, create a ticket. No idea is bad, no opinion is wrong.
  • If you see a typo, misbehaving rule or something simply out of place - send a PR. I try to merge fixes within 24h.

Simple 3 step to contribute into this repo:

  1. Fork the project.
  2. Make required changes and commit.
  3. Generate pull request. Mention all the required description regarding changes you made. If the PR is based on any bug report already filed, make sure to mention that issue in your PR description.

##FAQ:

How to setup the project?

  • Clone the repo to your local machine.
git clone https://github.com/kevalpatel2106/FingerprintDialogCompat.git

Happy coding.:-)