[MISC] Add a CONTRIBUTING.md to the project. (#604)

pull/599/head^2
Clément Michaud 2020-02-01 12:05:43 +01:00 committed by GitHub
parent 1b478e8f3d
commit 426b29c382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 9 deletions

11
CONTRIBUTING.md 100644
View File

@ -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!

View File

@ -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.