From 1870b4ed3c289c4cf93f12c34232d584dddeb4dc Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 Jan 2025 22:03:27 +0900 Subject: documents template update --- .github/ISSUE_TEMPLATE/documentation-update.yml | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation-update.yml (limited to '.github/ISSUE_TEMPLATE/documentation-update.yml') diff --git a/.github/ISSUE_TEMPLATE/documentation-update.yml b/.github/ISSUE_TEMPLATE/documentation-update.yml new file mode 100644 index 00000000..3e3e8c22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-update.yml @@ -0,0 +1,30 @@ +name: Documentation update +description: Propose a change to the project documentation wiki +title: "[Documentation update]: " +labels: ["documentation_update"] +assignees: + - JaKooLit + +body: + - type: textarea + id: desc + attributes: + label: Description + description: "Provide a clear and concise description of the documentation update" + validations: + required: true + + - type: textarea + id: repro + attributes: + label: Proposed Solution + description: "Provide a clear and concise description of the updated documentation that you'd like to see added" + validations: + required: true + + - type: textarea + id: logs + attributes: + label: install links, images or videos + description: | + Add any other information about the documentation update here. For example, you might include links to similar documentation in other projects, or screenshots or diagrams to help explain your idea -- cgit v1.2.3