Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-10-16 14:01:11 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-10-16 14:01:11 (GMT)
commit6865aaefeb3811bf146dced8ffec41539a877c17 (patch)
treefc3bfce33d64b85a903ea9ba356269628ff24652 /HACKING
parenta09f5d4e4bed8b6d1b8dcfe2aaa287a26bf40cf2 (diff)
More sugar-lint fixes; add HACKING file
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING15
1 files changed, 15 insertions, 0 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..5c3a436
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,15 @@
+Before committing
+~~~~~~~~~~~~~~~~~
+All source files need to be passed through sugar-lint[1] 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 AUTHORS file with CCing to sugar-devel@lists.sugarlabs.org.
+The easiest way it just using "git send-email" command.
+
+
+[1] http://wiki.sugarlabs.org/go/Activity_Team/Sugar_Lint