File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments