nixpkgs-ml-tools

nixpkgs mailing list tools
git clone git://jb55.com/nixpkgs-ml-tools
Log | Files | Refs | README | LICENSE

commit c3023b460756ffaf065d080e82d81e24c8b812f4
parent 340ea154730f90dc88bb972f36af3f08c1851a3c
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 19 Apr 2021 07:17:11 -0700

issue tracker README

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/~andir/nixpkgs-dev/<message-id> + +curl 'https://lists.sr.ht/~andir/nixpkgs-dev/<message-id>/mbox' to get the +email thread for this issue