From 9654504997ab1d62f118f1fe896257f3011cdb57 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 5 Aug 2022 14:20:06 +0900 Subject: Add contributing guide --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit 1.4.1