blob: 66581b816a38784193271e56717962c9411b4554 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
---
title: "Prologue"
description: "An introduction into contributing to the Authelia project."
summary: "An introduction into contributing to the Authelia project."
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 110
toc: true
aliases:
- /docs/contributing/
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
---
Contributions to __Authelia__ have four main forms:
* Utilizing GitHub [Issues] or [Discussions] to make commentary about bugs, ideas, etc.
* [Development](../development/introduction.md)
* [Documentation](documentation-contributions.md)
* [Financial](financial.md)
We encourage our community to be part of __Authelia__ by contributing in these ways. We encourage anyone who wishes to
contribute via development to utilize GitHub [Issues] or [Discussions] or one of the
[other contact methods](../../information/contact.md) to discuss their contribution in advance and come up with a design
plan.
[Issues]: https://github.com/authelia/authelia/issues
[Discussions]: https://github.com/authelia/authelia/discussions
|