From e665762c7fa15cf1e9595965dc3ed15aa9ac8794 Mon Sep 17 00:00:00 2001 From: ShortCipher5 <4605025+ShortCipher5@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:03:50 +0800 Subject: [PATCH] Create improvement-request.yml --- .../ISSUE_TEMPLATE/improvement-request.yml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/improvement-request.yml diff --git a/.github/ISSUE_TEMPLATE/improvement-request.yml b/.github/ISSUE_TEMPLATE/improvement-request.yml new file mode 100644 index 0000000000..769e679131 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improvement-request.yml @@ -0,0 +1,31 @@ +name: 🪄 Improvement request +description: An improvement to existing functionality +title: "[improvement]: " +labels: ["improvement"] +body: + - type: markdown + attributes: + value: Thanks for taking the time to fill out this improvement request! + - type: textarea + id: description + attributes: + label: 1~3 main use cases of the proposed improvement + description: e.g. As a ..., I have many tasks scattered across documents, and I want to have a unified entry to view these tasks. + placeholder: e.g. As a ... + validations: + required: true + - type: textarea + id: solution + attributes: + label: Ideas for solution + placeholder: e.g. A task view can be added to view all tasks. + - type: input + id: userType + attributes: + label: what types of users can benefit from using your proposed improvement + placeholder: busy student + - type: textarea + id: additional + attributes: + label: Additional context + placeholder: Add any other context or screenshots about the improvement request here.