diff options
| -rw-r--r-- | todo/README | 12 | ||||
| -rw-r--r-- | todo/terminal-mode.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/todo/README b/todo/README index 80fb32e..7f29cc8 100644 --- 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 index fd69d82..f230827 100644 --- 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 |
