commit 5b53434

delthas  ·  2023-11-23 12:17:23 +0000 UTC
parent 1a5a19c
doc: Mention tracker email and pyonji
1 files changed,  +15, -0
+15, -0
 1@@ -63,10 +63,25 @@ To debug IRC traffic, run senpai with the `-debug` argument (or put `debug true`
 2 
 3 Browse tickets at <https://todo.sr.ht/~taiite/senpai>.
 4 
 5+To create a ticket, visit the page above, or simply send an email to: [u.taiite.senpai@todo.sr.ht](mailto:u.taiite.senpai@todo.sr.ht) (does not require an account)
 6+
 7 ## Contributing
 8 
 9 Sending patches to senpai is done [by email](https://lists.sr.ht/~delthas/senpai-dev), this is simple and built-in to Git.
10 
11+### Using pyonji
12+
13+[pyonji](https://git.sr.ht/~emersion/pyonji) streamlines the Git email contribution workflow.
14+
15+Install, then run once in this repository:
16+```shell
17+git config sendemail.to "~delthas/senpai-dev@lists.sr.ht"
18+```
19+
20+Then after adding your changes to a commit, run `pyonji`.
21+
22+### Using traditional git tools
23+
24 Set up your system once by following the steps Installation and Configuration of [git-send-email.io](https://git-send-email.io/)
25 
26 Then, run once in this repository: