From c4b11ca861f4d1a70a887229b6f4d981eac2060e Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Wed, 5 Apr 2023 07:29:35 -0500 Subject: [PATCH] CONTRIBUTING: added a section about contributing to docs (#5173) added a section about contributing to docs Co-authored-by: Tana Berry --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 591e24432..d2817514a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: