README (619B)
1 Issue tracker 2 ============= 3 4 Submit issues by sending a patch with the following format under 5 todo/issue-name: 6 7 Format 8 ------ 9 10 n: name 11 d: description 12 t: tags 13 i: optional email message-id for the issue 14 15 You can use In-Reply-To: <message-id> from your email client to comment on 16 this issue. 17 18 Example 19 ------- 20 21 todo/issue-name.txt: 22 23 n: Some issue title 24 d: some 25 t: feature,bug,cli 26 i: message-id 27 28 Fetching discussions 29 -------------------- 30 31 View the discussion online: https://lists.sr.ht/~andir/nixpkgs-dev/<message-id> 32 33 curl 'https://lists.sr.ht/~andir/nixpkgs-dev/<message-id>/mbox' to get the 34 email thread for this issue