From 5aee2f46ab75aeb35d3271001126f1d2089b2d8b Mon Sep 17 00:00:00 2001 From: boojack Date: Mon, 21 Nov 2022 23:38:21 +0800 Subject: [PATCH] chore: update issue template (#517) --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +-------- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 81a36d403..e0f21c954 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -24,15 +24,8 @@ body: 4. See error validations: required: true - - type: textarea - attributes: - label: Expected behavior - description: | - Describe what you expected to happen. - validations: - required: true - type: textarea attributes: label: Screenshots or additional context description: | - Add screenshots or any other context about the problem here. + Add screenshots or any other context about the problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index fda358e79..0a8ee7160 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -25,4 +25,4 @@ body: - type: textarea attributes: label: Additional context - description: Add any other context or screenshots about the feature request here. + description: Add any other context or screenshots about the feature request.