From d953b578ecdb18e999a2d9013ec6acfd741e6239 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 23 Mar 2024 19:14:45 -0400 Subject: [PATCH] docs: add documentation issue template --- .github/ISSUE_TEMPLATE/documentation.yaml | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.yaml diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml new file mode 100644 index 00000000000..6e40b9ebb05 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -0,0 +1,29 @@ +--- +name: Documentation Issue +description: Let us know that something in the docs needs clarification +labels: ["needs: investigation", "type: documentation"] +body: + - type: markdown + attributes: + value: | + Consider [sponsoring Dokku](https://github.com/sponsors/dokku). Sponsorship goes directly to supporting activities such as fixing bugs and general maintenance. + - type: input + id: docs-link + attributes: + label: Link to the documentation page + description: Which docs page is impacted? + - type: textarea + id: description + attributes: + label: Documentation problem + description: Describe what you think is incorrect, not well documented, or missing from the documentation + validations: + required: true + - type: textarea + id: report-output + attributes: + label: dokku report + description: Please paste the output of the command `dokku report` so we know what systems any issue might apply to + validations: + required: true +