commit 08db0a58d97e66ab36315eb8d2ce996d4c02475b
parent 1906427313164a531296f41eaf08e55a82dcfd04
Author: William Casarin <jb55@jb55.com>
Date: Wed, 11 Nov 2020 16:10:24 -0800
todos: message-id replying
Diffstat:
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/todo/README b/todo/README
@@ -6,8 +6,20 @@ Submit issues by sending a patch
Format
------
+n: name
+d: description
+t: tags
+i: optional email message-id for the issue
+
+You can use In-Reply-To: <message-id> from your email client to comment on
+this issue.
+
+Example
+-------
+
todo/issue-name.txt:
n: Some issue title
d: some
t: feature,bug,cli
+i: message-id
diff --git a/todo/terminal-mode.txt b/todo/terminal-mode.txt
@@ -1,3 +1,4 @@
n: Terminal mode
d: It would be nice if there was a terminal mode to launch commands from the command line
t: feature,cli
+i: 20201111234111.636-1-jb55@jb55.com