How to Contribute: Difference between revisions
Jump to navigation
Jump to search
(initial howto contribute) |
mNo edit summary |
||
Line 6: | Line 6: | ||
'''important:''' | '''important:''' | ||
''please make sure you commit with your full name and a valid email address. Once your changes are integrated, it is very difficult to fix those things afterwards. (see [http://help.github.com/git-email-settings/ howto])'' | ''please make sure you commit with your '''full name''' and a '''valid email address'''. Once your changes are integrated, it is very difficult to fix those things afterwards. (see [http://help.github.com/git-email-settings/ howto])'' | ||
---- | ---- |
Revision as of 18:15, 27 June 2010
Easiest way to contribute:
- fork a repository on github (e.g. from http://github.com/sgothel or http://github.com/mbien)
- do what ever you want with it (really)
- tell us about the earth shaking improvements you made via the mailinglists/forum
- if everything works fine we will probably integrate it very soon
important: please make sure you commit with your full name and a valid email address. Once your changes are integrated, it is very difficult to fix those things afterwards. (see howto)
if you are new to GIT take a look at those pages:
or general git help index:
for SVN experts which want to learn git: