viscal

cairo/gtk vi-like timeblocking calendar
git clone git://jb55.com/viscal
Log | Files | Refs | README | LICENSE

commit 1dfb8f53e87038300ad75afea798ede636f777a3
parent 33774e3ae99cbf6e3f302c0733801e302d04161c
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 30 Mar 2021 11:18:26 -0700

issue tracker

Diffstat:
Atodo/README | 34++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+), 0 deletions(-)

diff --git a/todo/README b/todo/README @@ -0,0 +1,34 @@ +Issue tracker +============= + +Submit issues by sending a patch with the following format under +todo/issue-name: + +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 + +Fetching discussions +-------------------- + +View the discussion online: https://lists.sr.ht/~jb55/public-inbox/<message-id> + +curl 'https://lists.sr.ht/~jb55/public-inbox/<message-id>/mbox' to get the +email thread for this issue