From 85a3d975b44156a63926034dc6e23ea64626132a Mon Sep 17 00:00:00 2001 From: Ivan Boothe Date: Sun, 31 Jul 2022 06:31:18 +0000 Subject: Adding docs update template --- .github/ISSUE_TEMPLATE/03-docs_update.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/03-docs_update.yml diff --git a/.github/ISSUE_TEMPLATE/03-docs_update.yml b/.github/ISSUE_TEMPLATE/03-docs_update.yml new file mode 100644 index 0000000..127ba02 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-docs_update.yml @@ -0,0 +1,17 @@ +name: Documentation change +description: Suggest a change to theme documentation +body: + - type: textarea + id: description + attributes: + label: Describe the change + description: + Summarize your suggested changes to the documentation. + validations: + required: true + - type: markdown + attributes: + value: | + --- + + **Thank you!** -- cgit v1.2.3