From 265110b43109c5600edf0ebd5b1c1d1a16b88519 Mon Sep 17 00:00:00 2001 From: ivonGwy Date: Wed, 25 Oct 2023 15:05:48 +0800 Subject: [PATCH] add .github templates --- .github/ISSUE_TEMPLATE/bug.yaml | 14 +++++++------- .github/ISSUE_TEMPLATE/feature.yaml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index dcab11a..e559dee 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -18,13 +18,13 @@ body: validations: required: false - type: dropdown - id: aspects - attributes: - label: bug is related to UI or API aspects? - multiple: true - options: - - UI - - API + id: aspects + attributes: + label: bug is related to UI or API aspects? + multiple: true + options: + - UI + - API - type: textarea id: what-happened attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 92a0af1..5e8d3ad 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -18,13 +18,13 @@ body: validations: required: false - type: dropdown - id: aspects - attributes: - label: feature is related to UI or API aspects? - multiple: true - options: - - UI - - API + id: aspects + attributes: + label: feature is related to UI or API aspects? + multiple: true + options: + - UI + - API - type: textarea id: describe the feature attributes: