CONTRIBUTING: added a section about contributing to docs (#5173)
added a section about contributing to docs Co-authored-by: Tana Berry <tanaberry@Tanas-MacBook-Pro-authentik.local>
This commit is contained in:
parent
132a353b92
commit
c4b11ca861
|
@ -20,6 +20,7 @@ The following is a set of guidelines for contributing to authentik and its compo
|
|||
- [Reporting Bugs](#reporting-bugs)
|
||||
- [Suggesting Enhancements](#suggesting-enhancements)
|
||||
- [Your First Code Contribution](#your-first-code-contribution)
|
||||
[Help with the Docs](#help-with-the-docs)
|
||||
- [Pull Requests](#pull-requests)
|
||||
|
||||
[Styleguides](#styleguides)
|
||||
|
@ -135,6 +136,9 @@ authentik can be run locally, all though depending on which part you want to wor
|
|||
|
||||
This is documented in the [developer docs](https://goauthentik.io/developer-docs/?utm_source=github)
|
||||
|
||||
### Help with the Docs
|
||||
Contributions to the technical documentation are greatly appreciated. Open a PR if you have improvements to make or new content to add. If you have questions or suggestions about the documentation, open an Issue. No contribution is too small.
|
||||
|
||||
### Pull Requests
|
||||
|
||||
The process described here has several goals:
|
||||
|
|
Reference in New Issue