# HG changeset patch # User raph # Date 1263547863 -3600 # Node ID deabd972bda5cd9fa21c39bbd21e163e00775c7e # Parent 3776a2cf54f7bea239453162c462a5c2ac4954f3 add 'How to contribute' to readme diff -r 3776a2cf54f7 -r deabd972bda5 README.txt --- a/README.txt Fri Jan 15 09:59:47 2010 +0100 +++ b/README.txt Fri Jan 15 10:31:03 2010 +0100 @@ -145,6 +145,20 @@ We'd like to thank: - Kirill Miazine (http://km.krot.org/) for the norwegian translation +How to contribute +================= +We use mercurial as our source code management system. + +1. Create a mercurial profile (nickname/email) in ~/.hgrc (cf. http://mercurial.selenic.com/quickstart for more info). + This is important because your name will appear in your changeset once it gets accepted into the mainline +2. Clone the repository `hg clone http://hg.co-ment.org/ comt` + OR update your copy of the source code: `hg update` +3. Hack, hack +4. Commit locally: `hg commit -m "MY COMMIT MESSAGE"` +5. Export your changeset to a file: `hg export tip > my_patch.txt` +6. Create a ticket describing your change and attach your patch to it: http://www.co-ment.org/newticket +7. We will review the patch and get in touch will you if needed + Translation ============