Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

31 lines (24 loc) · 1.12 KB

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/android-ruler-picker.git && cd Stand-Up

How to run all the unit tests?

  • Navigate to the root of the project directory.
  • Run all the unit tests.
./gradlew test

Happy coding.:-)