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-08-18 15:59:09 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-08-18 15:59:09 (GMT)
commit6bd028b86e5c24e342345bae8f7131465d00a619 (patch)
tree189948b272dc72f5a040a7d4258e5100ae8dcb3a /HACKING
parenta974780e5deca0254e8a63b2fb54cad0a14b059a (diff)
Indent source files
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..a9b5e5b
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,15 @@
+Before committing
+~~~~~~~~~~~~~~~~~
+All source files need to be passed through indent command.
+Follow http://wiki.sugarlabs.org/go/Activity_Team/Sugar_Lint instructions
+and especially "Lint files before committing" section.
+Otherwise just call indent command with settings [1].
+
+
+Send patches
+~~~~~~~~~~~~
+Create your patches using "git format" command and send them to all maintainers
+from AUTHORS file. The easiest way it just using "git send-email" command.
+
+
+[1] http://git.sugarlabs.org/projects/sugar-lint/repos/mainline/blobs/master/sugar/lint/indent.pro