diff --git a/.github/ISSUE_TEMPLATE/docs_issue.md b/.github/ISSUE_TEMPLATE/docs_issue.md new file mode 100644 index 0000000000..47eaa2a668 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs_issue.md @@ -0,0 +1,22 @@ +--- +name: Documentation issue +about: Suggest an improvement or report a problem +title: "" +labels: documentation +assignees: "" +--- + +**Do you see an area that can be clarified or expanded, a technical inaccuracy, or a broken link? Please describe.** +A clear and concise description of what the problem is, or where the document can be improved. Ex. I believe we need more details about [...] + +**Provide the URL or link to the exact page in the documentation to which you are referring.** +If there are multiple pages, list them all, and be sure to state the header or section where the content is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the documentation issue here. + +**Consider opening a PR!** +If the issue is one that you can fix, or even make a good pass at, we'd appreciate a PR. For more information about making a contribution to the docs, and using our Style Guide and our templates, refer to ["Writing documentation"](https://docs.goauthentik.io/docs/developer-docs/docs/writing-documentation). \ No newline at end of file