diff options
-rw-r--r-- | README.md | 10 |
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 |