25 lines
942 B
Markdown
25 lines
942 B
Markdown
|
---
|
||
|
title: "Development"
|
||
|
description: "An introduction into contributing to the Authelia project via development."
|
||
|
lead: "An introduction into contributing to the Authelia project via development."
|
||
|
date: 2022-05-15T13:52:27+10:00
|
||
|
draft: false
|
||
|
images: []
|
||
|
menu:
|
||
|
contributing:
|
||
|
parent: "development"
|
||
|
weight: 210
|
||
|
toc: true
|
||
|
---
|
||
|
|
||
|
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.
|
||
|
|
||
|
It's also important that you read guidelines and try to follow them. The development section is arranged in the order
|
||
|
we recommend reading it, and you can utilize the pagination at the bottom to navigate to the next part of the
|
||
|
development guide.
|
||
|
|
||
|
[Issues]: https://github.com/authelia/authelia/issues
|
||
|
[Discussions]: https://github.com/authelia/authelia/discussions
|