From 60b617cae2846bbe8b2d256598013c6fdbd5a0cd Mon Sep 17 00:00:00 2001 From: Brian Doyle <123022781+briandoyle81CB@users.noreply.github.com> Date: Tue, 7 Nov 2023 20:09:02 -0500 Subject: [PATCH] Add docs issue template (#116) --- .github/ISSUE_TEMPLATE/docs_request.yml | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/docs_request.yml diff --git a/.github/ISSUE_TEMPLATE/docs_request.yml b/.github/ISSUE_TEMPLATE/docs_request.yml new file mode 100644 index 0000000000..c2fc35229c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs_request.yml @@ -0,0 +1,33 @@ +name: Docs request +description: Request new docs, or changes to existing docs +title: 'Docs Request: ' +labels: ['type: docs'] + +body: + - type: textarea + id: problem + attributes: + label: What is the issue you are encountering with the docs? + description: A clear and concise description of what is wrong, missing, or unclear. + validations: + required: true + + - type: textarea + id: links + attributes: + label: Links to Impacted Docs + description: Please paste links to specific pages on docs.base.org that are related to your request. + + - type: textarea + id: solution + attributes: + label: Describe the solution you'd like to see. + description: A clear and concise description of what you want to see in the docs. + validations: + required: true + + - type: textarea + id: other + attributes: + label: Additional context + description: Add any other context or screenshots about the concern can be added here.