From 67ded18fb642077f63bb8e788d7e6d1201d5aa3f Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Sat, 6 Aug 2022 09:45:13 -0500 Subject: [PATCH] readme: make contribution section more obvious Move link to contribution guidelines to it's own section in README. Fixes: 8c64bda5a0dd ("doc: add contribution guidelines including code style") Signed-off-by: Tim Culverhouse Acked-by: Robin Jarry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05ca090..9a4d769 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ This will install templates and other config files to `/custom/location/share/ae and man pages to `/custom/location/share/man`. This extra location will have lower priority than the XDG locations but higher than the fixed paths. +## Contributing Anyone can contribute to aerc. Please refer to [the contribution guidelines](https://git.sr.ht/~rjarry/aerc/tree/master/item/CONTRIBUTING.md)