From 53535a346b430da2d73630d91cc9e977b5be38c4 Mon Sep 17 00:00:00 2001 From: ivonGwy Date: Wed, 25 Oct 2023 15:16:57 +0800 Subject: [PATCH] add .github templates --- .github/ISSUE_TEMPLATE/consultation.yaml | 3 +-- .github/ISSUE_TEMPLATE/feature.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/consultation.yaml b/.github/ISSUE_TEMPLATE/consultation.yaml index a53563a..6270e04 100644 --- a/.github/ISSUE_TEMPLATE/consultation.yaml +++ b/.github/ISSUE_TEMPLATE/consultation.yaml @@ -17,9 +17,8 @@ body: placeholder: ex. email@example.com validations: required: false - - type: textarea - id: describe the problem + id: question attributes: label: What is your question? description: Also tell us, how can we help? diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 7d1f4db..4c51d6c 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -26,7 +26,7 @@ body: - UI - API - type: textarea - id: describe the feature + id: feature attributes: label: What is your advice? description: Also tell us, what did you expect to happen?