1 files changed, 12 insertions(+), 3 deletions(-)
M README.md
M README.md => README.md +12 -3
@@ 1,8 1,17 @@
# git-send-email.io
-The source code powering [git-send-email.io](https://git-send-email.io). Send
-patches to
-[~sircmpwn/public-inbox@lists.sr.ht](mailto:~sircmpwn/public-inbox@lists.sr.ht).
+The source code powering [git-send-email.io](https://git-send-email.io).
+
+## Contributing
+
+Add `git-send-email.io` into the subject line:
+
+```
+git config format.subjectPrefix 'PATCH git-send-email.io'
+```
+
+and send patches to
+[~sircmpwn/sr.ht-dev@lists.sr.ht](mailto:~sircmpwn/sr.ht-dev@lists.sr.ht).
## Running locally