Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPootle daemon <pootle@pootle.sugarlabs.org>2011-05-16 15:26:59 (GMT)
committer Pootle daemon <pootle@pootle.sugarlabs.org>2011-05-16 15:26:59 (GMT)
commit263a62c66a3d29dbabbb36bc84db8a55cd932c08 (patch)
tree3aca4659c0641a3e70178c45d215da43f29aaa49
parenta6f3d72a0de58986e11f03996cdad8413fc664e1 (diff)
parent62f2daa0f5c83f1df140cb61978a70ab9bb2f04e (diff)
Merge branch 'master' of git.sugarlabs.org:stopwatch/stopwatch
-rw-r--r--HACKING29
-rw-r--r--setup.py2
2 files changed, 30 insertions, 1 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..021f49e
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,29 @@
+How to contribute
+=================
+
+Useful notes how to contribute to the project.
+
+Before committing
+-----------------
+All source files need to be passed through `sugar-lint`_ command.
+Follow sugar-lint home page instructions and especially
+`"Lint files before committing"` section.
+
+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
diff --git a/setup.py b/setup.py
index 39112ee..530f97c 100644
--- a/setup.py
+++ b/setup.py
@@ -18,4 +18,4 @@
from sugar.activity import bundlebuilder
-bundlebuilder.start('StopWatchActivity')
+bundlebuilder.start()