From 426b29c382691bc6c78b101a64114260f18061fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Michaud?= Date: Sat, 1 Feb 2020 12:05:43 +0100 Subject: [PATCH] [MISC] Add a CONTRIBUTING.md to the project. (#604) --- CONTRIBUTING.md | 11 +++++++++++ README.md | 9 --------- 2 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..7b406fabf --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing + +Anybody willing to contribute to the project either with code, +documentation, security reviews or whatever, are very welcome to create +or review pull requests and take part to discussions in our public chatroom +on [Matrix](https://riot.im/app/#/room/#authelia:matrix.org). + +It's also possible to contribute financially in order to support the +community. + +Don't hesitate to come help us improve Authelia! See you soon! \ No newline at end of file diff --git a/README.md b/README.md index 599b76a78..b9236f696 100644 --- a/README.md +++ b/README.md @@ -107,15 +107,6 @@ Would you like to report any vulnerability discovered in Authelia, please first See [BREAKING](./BREAKING.md). -## Contribute - -Anybody willing to contribute to the project either with code, -documentation, security reviews or whatever, are very welcome to issue -or review pull requests and take part to discussions in -[Matrix](https://riot.im/app/#/room/#authelia:matrix.org) - -I am very grateful to contributors for their contributions to the project. Don't hesitate, be the next! - ## Build Authelia If you want to contribute with code, you should follow the documentation explaining how to [build](./docs/build-and-dev.md) the application.