From 37f6a771f1ea9dc44c00246cbaf125174a6ffd6e Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sat, 13 Aug 2011 14:12:52 +0000 Subject: Add HACKING file --- diff --git a/AUTHORS b/AUTHORS index 0261dae..897b55a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,21 @@ +Authors +======= + +Original authors +---------------- Ed Stoner -Aleksey Lim + +Contributors +------------ +Aleksey Lim +Carlo Falciola +Clytie Siddall +Ed Stoner +Markus Schlager +Myckel Habets +Rafael Ortiz +samy boutayeb + +Maintainers +----------- +Aleksey Lim diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..912a3b1 --- /dev/null +++ b/HACKING @@ -0,0 +1,23 @@ +How to contribute +================= + +Useful notes how to contribute to the project. + +Send patches +------------ +Create your patches using ``git format`` command and send them to all +maintainers from the :ref:`AUTHORS ` file. The easiest way it just +using ``git send-email`` command. Patches might be CCed to +sugar-devel@lists.sugarlabs.org to attract more people to review. + +Gitorious forks +--------------- +Another useful way to contribute, especially for big improvements, is creating +Gitorious forks and request them for merge to the trunk. + +* http://blog.gitorious.org/2009/05/09/weve-made-a-few-changes/ + (see `"Merge requests"` topic) +* http://blog.gitorious.org/2009/07/15/new-merge-request-functionality/ +* http://blog.gitorious.org/2009/11/06/awesome-code-review/ + +.. _sugar-lint: http://wiki.sugarlabs.org/go/Platform_Team/Sugar_Lint -- cgit v0.9.1