From cc60eac4a081cec78494d097eda7772ddd06bf9c Mon Sep 17 00:00:00 2001 From: jn64 <23169302+jn64@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:31:06 +0800 Subject: [PATCH] Create feature.yaml --- .github/ISSUE_TEMPLATE/feature.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.yaml diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml new file mode 100644 index 0000000..475c88b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -0,0 +1,9 @@ +name: Feature request +description: Request a new feature +body: + - type: textarea + id: feature-description + attributes: + label: Description + validations: + required: true