Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 742 Bytes

Contributing to Design Villa

👍 🎉 First of all, thanks for taking the time to contribute 🎉 👍

The following is a set of guidelines on how to contribute:

How to Push Your Changes on Respective Branches?

  1. Fork The Repo

  2. Clone it

  3. Make Changes in your local folder (using Android Studio)

-- After you're done --

  1. Go to Git Bash (Open the location of your local folder/directory)

  2. Add your changes git add .

  3. Commit your changes git commit -m "Commit #Number"

  4. Push your changes into your repo git push --force origin branch_name OR git push -u origin branch_name

  5. Create PR

  6. Type in i) Your Commit number ii) A Detailed Description of the changes you've made