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.