mirror of https://github.com/authelia/authelia.git
35 lines
1.6 KiB
Markdown
35 lines
1.6 KiB
Markdown
---
|
|
title: "Development"
|
|
description: "An introduction into contributing to the Authelia project via development."
|
|
summary: "An introduction into contributing to the Authelia project via development."
|
|
date: 2022-06-15T17:51:47+10:00
|
|
draft: false
|
|
images: []
|
|
weight: 210
|
|
toc: true
|
|
seo:
|
|
title: "" # custom title (optional)
|
|
description: "" # custom description (recommended)
|
|
canonical: "" # custom canonical URL (optional)
|
|
noindex: false # false (default) or 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.
|
|
|
|
## Licensing
|
|
|
|
As the main Authelia repository and all supporting Authelia repositories are hosted on [GitHub](https://github.com)
|
|
users are explicitly making all contributions under the license agreement included with the repository. This is a
|
|
commonly accepted practice in Open Source and it is also explicitly expressed here and in the
|
|
[GitHub Terms of Service](https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#6-contributions-under-repository-license)
|
|
which users must have agreed to in order to attempt a contribution.
|
|
|
|
[Issues]: https://github.com/authelia/authelia/issues
|
|
[Discussions]: https://github.com/authelia/authelia/discussions
|