diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-08-06 09:45:13 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-06 23:12:24 +0200 |
commit | 67ded18fb642077f63bb8e788d7e6d1201d5aa3f (patch) | |
tree | 0f80d76dd0d26472286ff90a50eed2dff220dc8f /README.md | |
parent | 8c64bda5a0dd687e49323ebb319edb4b4c20c75a (diff) | |
download | aerc-67ded18fb642077f63bb8e788d7e6d1201d5aa3f.tar.gz |
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 <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |