Skip to content

Commit 41f19bf

Browse files
authored
Merge pull request #19 from varunjha089/master
Add files via upload
2 parents 2b98cea + 435475e commit 41f19bf

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CONTRIBUTING.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
CONTRIBUTING to daily-goal
2+
3+
First of all, thanks to all for taking the time to contribute in this project
4+
5+
The following is a set of guidelines on how to contribute:
6+
7+
How to Push Your Changes on Respective Branches?
8+
9+
1> Fork The Repo
10+
11+
2> Clone it
12+
13+
3> Make Changes in your local folder (using Android Studio)
14+
15+
4> -- After you're done --
16+
17+
5> Go to Git Bash (Open the location of your local folder/directory)
18+
19+
6> Add your changes git add .
20+
21+
7> Commit your changes git commit -m "Commit #Number"
22+
23+
8> Push your changes into your repo git push --force origin branch_name OR git push -u origin branch_name
24+
25+
9> Create PR
26+
27+
10> Type in i) Your Commit number ii) A Detailed Description of the changes you've made
28+
29+
take some help on generating a pull request at egghead.io course https://egghead.io/courses/practical-git-for-everyday-professional-use

0 commit comments

Comments
 (0)