From 540f4ea6d475c81cba8dac252932768fbd2cfd86 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 5 Dec 2024 09:13:33 +0800 Subject: [PATCH] chore: update checklist label in discussion and issue templates --- .github/DISCUSSION_TEMPLATE/1-q-a.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/1-q-a.yml b/.github/DISCUSSION_TEMPLATE/1-q-a.yml index 6d81861..c667e12 100644 --- a/.github/DISCUSSION_TEMPLATE/1-q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/1-q-a.yml @@ -45,9 +45,9 @@ body: Add any other context about the problem here. You can attach screenshots by clicking this area to highlight it and then drag the files in. - type: checkboxes - id: validations + id: checklist attributes: - label: Validations + label: Checklist description: Before submitting the post, please make sure you have completed the following options: - label: I have searched the existing discussions/issues diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 190df38..f1f46b6 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -38,9 +38,9 @@ body: label: Additional context description: Add any other context or screenshots about the feature request here. - type: checkboxes - id: validations + id: checklist attributes: - label: Validations + label: Checklist description: Before submitting the issue, please make sure you have completed the following options: - label: I have searched the existing issues/discussions