👍 🎉 First of all, thanks for taking the time to contribute 🎉 👍
The following is a set of guidelines on how to contribute:
-
Fork The Repo
-
Clone it
-
Make Changes in your local folder (using Android Studio)
-- After you're done --
-
Go to Git Bash (Open the location of your local folder/directory)
-
Add your changes git add .
-
Commit your changes git commit -m "Commit #Number"
-
Push your changes into your repo git push --force origin branch_name OR git push -u origin branch_name
-
Create PR
-
Type in i) Your Commit number ii) A Detailed Description of the changes you've made