ContributingCode.wiki
changeset 726 67653ea060f2
parent 725 92086cbfde4c
child 727 8c4a065a898c
equal deleted inserted replaced
725:92086cbfde4c 726:67653ea060f2
     1 #summary Useful hints for contributing code to Hedgewars
     1 #summary Useful hints for contributing code to Hedgewars
     2 
       
     3 
       
     4 *Table of Contents*
       
     5 <wiki:toc max_depth="2" />
       
     6 
       
     7 = Introduction =
       
     8 
       
     9 You want to contribute code to Hedgewars? That's great! Here are some hints how to help us with importing your code.
       
    10 
       
    11 = Recommended workflows =
       
    12 
       
    13 == Using a mercurial clone ==
       
    14 
       
    15 TODO
       
    16 
       
    17 === Creating a (named) branch ===
       
    18 We prefer not to use (named) branches for little patches, as branches are permanent and will clutter the list of {{{hg branches}}}.
       
    19 So for small code contributions, use unnamed branches instead (see below).
       
    20 However, if you are going to write code that is more a pro#summary Useful hints for contributing code to Hedgewars
       
    21 
     2 
    22 
     3 
    23 *Table of Contents*
     4 *Table of Contents*
    24 <wiki:toc max_depth="2" />
     5 <wiki:toc max_depth="2" />
    25 
     6