# HG changeset patch # User sheepluva # Date 1453229952 0 # Node ID 6d28161275520be14b887da05e843c2e22b94216 # Parent 6ec8225939660b953df2982c56902d84db972adf ContributingCode: Edited via web interface diff -r 6ec822593966 -r 6d2816127552 ContributingCode.wiki --- a/ContributingCode.wiki Mon Jan 18 21:40:56 2016 +0000 +++ b/ContributingCode.wiki Tue Jan 19 18:59:12 2016 +0000 @@ -50,7 +50,20 @@ *You can see example of how unnamed branches and bookmarks are used best [http://hg.hedgewars.org/hw-example-clone/graph HERE]* -= How to make your changes known and available to us = += How to export your changes so that we can use them = TODO: diffs, exported patches, public repo clone, etc. +== Public Repository == +If you setup a public repository e.g. at github, bitbucket or your own server, just push your commits there. +Then send us the links to the commits/bookmarks in question! + + += How to let us know that you want your commits/patches to go into the official repository = + +Just send your patches (or links to them) to [/contact.html the development mailing list]. + +Don't forget to add a short description (can be a copy of the commit message if it's explaining everything needed). + +*Note*: Please be aware that by sending in patches you grant unC0Rr (the project leader) *all rights* to your code (and any patents you may hold on it). +That implies that your code *will be made public* under the *[http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html GNU GPL2]*.