about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-08-05 14:20:06 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-08-05 14:20:06 +0900
commit9654504997ab1d62f118f1fe896257f3011cdb57 (patch)
tree292f81d3c35e86465db56f9e8503736875feb29e
parent2a46e5cb27a97da26146e524ed20550de7a6d30c (diff)
downloadphylactery-9654504997ab1d62f118f1fe896257f3011cdb57.tar.gz
Add contributing guide
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index dac8e3f..c98f657 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,14 @@ to the listening address and run `phylactery`.
 
     PHYLACTERY_LIBRARY=/path/to/library PHYLACTERY_ADDRESS=:42069 go run main.go
 
+## Contributing
+
+Patches should be sent to [~cnx/loang@lists.sr.ht][loang mailing list]
+using [`git send-email`][git send-email], with the following configuration:
+
+    git config sendemail.to '~cnx/loang@lists.sr.ht'
+    git config format.subjectPrefix 'PATCH phylactery'
+
 ## Copying
 
 ![AGPLv3](https://www.gnu.org/graphics/agplv3-155x51.png)
@@ -26,4 +34,6 @@ published by the Free Software Foundation, either version 3 of the License,
 or (at your option) any later version.
 
 [comic book archives]: https://en.wikipedia.org/wiki/Comic_book_archive
+[loang mailing list]: https://lists.sr.ht/~cnx/loang
+[git send-email]: https://git-send-email.io
 [agplv3]: https://www.gnu.org/licenses/agpl-3.0.html