aboutsummaryrefslogtreecommitdiffhomepage
path: root/devel
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-11-07 10:27:02 -0500
committerGravatar David Bremner <bremner@debian.org>2012-11-08 09:49:54 -0400
commitae459a3f4ca0e24cb2012bc4af7af3aea4731fec (patch)
tree9e60710c2f856c9a1facd029435d0065d972d4dc /devel
parenta437031a3c03fa96d05618807e33bb7b8dbf3386 (diff)
devel: Document schemata in STYLE
Diffstat (limited to 'devel')
-rw-r--r--devel/STYLE6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/STYLE b/devel/STYLE
index 094f71d1..0792ba12 100644
--- a/devel/STYLE
+++ b/devel/STYLE
@@ -73,6 +73,12 @@ Naming
struct has a tag, it should be the same as the typedef name, minus
the trailing _t.
+CLI conventions
+---------------
+
+* Any changes to the JSON output format of search or show need an
+ accompanying change to devel/schemata.
+
libnotmuch conventions
----------------------------------