From: Austin Clements <amdragon@MIT.EDU>
Date: Wed, 7 Nov 2012 15:27:02 +0000 (-0500)
Subject: devel: Document schemata in STYLE
X-Git-Tag: 0.15_rc1~183
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=ae459a3f4ca0e24cb2012bc4af7af3aea4731fec;p=notmuch-old

devel: Document schemata in STYLE
---

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
 ----------------------------------