From 81e378e9d0619932011c9b30c8e2a28a328d2032 Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Mon, 10 Oct 2022 01:37:52 +1300 Subject: [PATCH] Add documentation issue template --- .github/ISSUE_TEMPLATE/DOCUMENTATION.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/DOCUMENTATION.yml diff --git a/.github/ISSUE_TEMPLATE/DOCUMENTATION.yml b/.github/ISSUE_TEMPLATE/DOCUMENTATION.yml new file mode 100644 index 0000000..c5d6838 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/DOCUMENTATION.yml @@ -0,0 +1,17 @@ +--- + +name: Documentation Improvement +description: Suggest an update to documentation. +labels: ['status:awaiting-triage', 'type:documentation'] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to help improve! + - type: textarea + id: description + attributes: + label: Description + description: Provide a description of the proposed changes. + validations: + required: true