Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING28
1 files changed, 0 insertions, 28 deletions
diff --git a/HACKING b/HACKING
deleted file mode 100644
index ed4ad32..0000000
--- a/HACKING
+++ /dev/null
@@ -1,28 +0,0 @@
-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 :doc:`AUTHORS <AUTHORS>` file. The easiest way it just using ``git send-email`` command.
-
-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/
-
-.. _standard reST markup: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
-.. _sugar-lint: http://wiki.sugarlabs.org/go/Activity_Team/Sugar_Lint