From 107d5275bc043b99da9423ecaf56428390d7fbc9 Mon Sep 17 00:00:00 2001 From: Ian Hoang <51065478+IanHoang@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:01:07 -0500 Subject: [PATCH] Add new issue template (#676) Signed-off-by: Ian Hoang --- .../ISSUE_TEMPLATE/documentation_template.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation_template.yml diff --git a/.github/ISSUE_TEMPLATE/documentation_template.yml b/.github/ISSUE_TEMPLATE/documentation_template.yml new file mode 100644 index 000000000..8522f6260 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_template.yml @@ -0,0 +1,26 @@ +--- +name: Documentation request 📖 +description: Suggest new documentation or improvements to existing documentation +labels: [documentation, untriaged] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to submit a documentation request! + - type: textarea + id: suggestion + attributes: + label: Please provide details on how and where the documentation can be improved + description: A clear and concise description of the issue. For instance, "I'm unable to find documentation on [...]" + validations: + required: true + - type: textarea + id: references + attributes: + label: Provide references + description: List out links to existing documentation if applicable + - type: textarea + id: additional-context + attributes: + label: Additional context + description: Add any other context or screenshots about the documentation request here.