summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2012-11-07 17:00:08 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2012-11-07 17:00:08 +0200
commitc8cf09d6ef6fb22df03c6f738fb1b744a763dcfb (patch)
treedaabd58312cae0cb787ac877b19fc38aafbdcacb
parent6bdfb4ff0fc22af70c7e39c08ae28a45fb6187ad (diff)
How to Begin: 4. Read `devel/STYLE`
-rw-r--r--patchformatting.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/patchformatting.mdwn b/patchformatting.mdwn
index 5fe1c1a..ed15b9f 100644
--- a/patchformatting.mdwn
+++ b/patchformatting.mdwn
@@ -12,6 +12,8 @@ you should check the following:
3. Get familiar with coding conventions used.
+4. Read `devel/STYLE` in notmuch source.
+
This way you get some insight of the look and feel of the patches sent,
both the way code should be written, how to write commit log messages
and how to participate patch discussions.