From ee45b738892c0a54236178b179885e4fd8031b15 Mon Sep 17 00:00:00 2001 From: ivonGwy Date: Wed, 25 Oct 2023 15:27:05 +0800 Subject: [PATCH] add .github templates --- .github/ISSUE_TEMPLATE/bug.yaml | 6 +++--- .github/ISSUE_TEMPLATE/feature.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 6bfd29b..51f44cf 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -20,7 +20,7 @@ body: - type: dropdown id: aspects attributes: - label: bug is related to UI or API aspects? + label: This bug is related to UI or API? multiple: true options: - UI @@ -34,12 +34,12 @@ body: value: "A bug happened!" validations: required: true - - type: textarea + - type: input id: version attributes: label: Version description: What version of our software are you running? - value: "2.3.5" + value: "newest" validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 4c51d6c..6874430 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -34,11 +34,11 @@ body: value: "everyone wants this feature!" validations: required: true - - type: textarea + - type: input id: version attributes: label: Version description: What version of our software are you running? - value: "2.3.5" + value: "newest" validations: required: true