Browse Source

HACKING: add tip on how to write comments

tags/v0.5.0-rc1
Øyvind Harboe 12 years ago
parent
commit
1b0862c189
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      HACKING

+ 7
- 0
HACKING View File

@@ -34,6 +34,13 @@ while(!done) {


TIP! use "git add ." before commit to add new files. TIP! use "git add ." before commit to add new files.


--- example comment, notice the short first line w/topic ---
topic: short comment
<blank line>
longer comments over several
lines...
-----

3. Next you need to make sure that your patches 3. Next you need to make sure that your patches
are on top of the latest stuff on the server and are on top of the latest stuff on the server and
that there are no conflicts. that there are no conflicts.


Loading…
Cancel
Save