blob: a2ff1472253a8214e6d11d95d41da42ffc1776c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Issue tracker
=============
Submit issues by sending a patch with the following format under
todo/issue-name.txt:
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
--------------------
curl 'https://lists.sr.ht/~jb55/public-inbox/<message-id>/mbox' to get the
email thread for this issue
|