Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2011-08-13 14:12:52 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-08-13 14:12:55 (GMT)
commit37f6a771f1ea9dc44c00246cbaf125174a6ffd6e (patch)
tree51bab7e8c9e7a085550fc3aee148b8f12999dbb5
parent85a77d73a0a5961cb72b6de7c6b8a466e9a62b80 (diff)
Add HACKING file
-rw-r--r--AUTHORS21
-rw-r--r--HACKING23
2 files changed, 43 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 0261dae..897b55a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,21 @@
+Authors
+=======
+
+Original authors
+----------------
Ed Stoner <ed@whsd.net>
-Aleksey Lim <alsroot@member.fsf.org>
+
+Contributors
+------------
+Aleksey Lim <alsroot@sugarlabs.org>
+Carlo Falciola <cfalciola@yahoo.it>
+Clytie Siddall <clytie@riverland.net.au>
+Ed Stoner <ed@whsd.net>
+Markus Schlager <m.slg@gmx.de>
+Myckel Habets <myckel@sdf.lonestar.org>
+Rafael Ortiz <rafael@activitycentral.com>
+samy boutayeb <s.boutayeb@free.fr>
+
+Maintainers
+-----------
+Aleksey Lim <alsroot@sugarlabs.org>
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 <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