Skip to content

Commit d6ea111

Browse files
author
Tony Guntharp
committed
Update CONTRIBUTING.md
1 parent e1cb85f commit d6ea111

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

CONTRIBUTING.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ of keeping on top of things.
2929
* Fork the repository on GitHub
3030

3131
# Making Changes
32-
3332
* Get the latest code from Github
3433
* Fork the Main Kandan repository.
3534
* Clone your fork of the Kandan repository.
@@ -44,11 +43,20 @@ of keeping on top of things.
4443
* Create a branch from where you want to base your work.
4544
* Generally you'll want to branch from __MASTER__
4645
* 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/)
5260

5361

5462

0 commit comments

Comments
 (0)