Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 866 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (15 loc) · 866 Bytes

CONTRIBUTING to daily-goal

First of all, thanks to all for taking the time to contribute in this project

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)

4> -- After you're done --

5> Go to Git Bash (Open the location of your local folder/directory)

6> Add your changes git add .

7> Commit your changes git commit -m "Commit #Number"

8> Push your changes into your repo git push --force origin branch_name OR git push -u origin branch_name

9> Create PR

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

take some help on generating a pull request at egghead.io course https://egghead.io/courses/practical-git-for-everyday-professional-use