From 64bd509c6b2d5d509906d0ea645d2f84f0eb4eca Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sat, 13 Aug 2011 14:25:40 +0000 Subject: Add HACKING file --- diff --git a/AUTHORS b/AUTHORS index f3a7f45..4df1099 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,21 @@ -Antoine van Gelder \ No newline at end of file +Authors +======= + +Original authors +---------------- +Antoine van Gelder + +Contributors +------------ +Aleksey Lim +Antoine van Gelder +Carlo Falciola +Clytie Siddall +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