Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

40 lines (24 loc) · 1.41 KB

Contribution Guide

Hey there! Happy to see you here :) Read up!
  • Please Note

  • Never start working on an issue until it's assigned to you!

  • Run ./gradlew spotlessApply before making a PR

  • Creation of a new branch for every contribution is recommended

  • Feel free to create issues too. That too counts as a contribution!

  • Feel free to join our community if you face any issue or need help on the project

  • Recommended WorkFlow

    Check the issue section -> Choose an issue that you can fix ->
    Comment there asking to work on the issue -> Start working on the issue when it gets assigned to you
    
  • Instructions to set up the project - for beginners :)

  • Fork the Repo

Fork

  • Copy the Link to Clone

Clone

  • Import to Android Studio

StudioOne

  • Paste the link you just copied

Studio Two

  • Wait for Andorid Studio to download the necessary files & set up the project.

  • Yay! The project is ready :) Try running it!