From 9dcfe741820710c15cf276c7e9549aabf2d1e5bf Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 9 Apr 2021 21:32:53 +0200 Subject: [PATCH] README: add 'Contributing' section --- README.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.org b/README.org index de102ce..013cffd 100644 --- a/README.org +++ b/README.org @@ -29,3 +29,15 @@ Then run the bot: #+begin_src sh cargo run -- --config config.yaml #+end_src + +* Contributing + +Please send patches to [[~alarsyo/patches@lists.sr.ht]] with the prefix =PATCH +bad-news=. + +You can use the following commands to set up =git= appropriately; + +#+begin_src shell +git config sendemail.to '~alarsyo/patches@lists.sr.ht' +git config format.subjectPrefix 'PATCH bad-news' +#+end_src