File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ of keeping on top of things.
29
29
* Fork the repository on GitHub
30
30
31
31
# Making Changes
32
-
33
32
* Get the latest code from Github
34
33
* Fork the Main Kandan repository.
35
34
* Clone your fork of the Kandan repository.
@@ -44,11 +43,20 @@ of keeping on top of things.
44
43
* Create a branch from where you want to base your work.
45
44
* Generally you'll want to branch from __ MASTER__
46
45
* Please use the naming convention "master-[ issue-num] " for your branch name to help us keep track of what your patch actually fixes
47
- *
48
-
49
-
50
-
51
-
46
+ * Push your code and make a pull request
47
+ * Sign the [ Contributor License Agreement] ( http://www.clahub.com/agreements/kandanapp/kandan )
48
+ * Push your changes to your fork of the repository.
49
+ * ` git push origin master-[issue-num] `
50
+ * Submit a pull request to the Kandan main repository.
51
+
52
+ # Additional Resources
53
+ * More information on contributing
54
+ * [ Contributing Code] ( https://github.com/kandanapp/kandan/wiki/How-to-Contribute-Code )
55
+ * [ Contributing Issues] ( https://github.com/kandanapp/kandan/wiki/How-to-Contribute-Issues )
56
+ * [ Issue tracker] ( https://github.com/kandanapp/kandan/issues )
57
+ * [ Contributor License Agreement] ( http://www.clahub.com/agreements/kandanapp/kandan )
58
+ * [ General GitHub documentation] ( http://help.github.com/ )
59
+ * [ GitHub pull request documentation] ( http://help.github.com/send-pull-requests/ )
52
60
53
61
54
62
You can’t perform that action at this time.
0 commit comments