From bbb5794cc3aaac5fd518df542d59e26bb795bae4 Mon Sep 17 00:00:00 2001 From: John Graley Date: Wed, 14 Feb 2024 17:08:22 +0000 Subject: [PATCH] Update 10-feature_request.yml Simplify a bit for cotest --- .github/ISSUE_TEMPLATE/10-feature_request.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/10-feature_request.yml b/.github/ISSUE_TEMPLATE/10-feature_request.yml index f3bbc091e..c6c2756ce 100644 --- a/.github/ISSUE_TEMPLATE/10-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/10-feature_request.yml @@ -1,15 +1,8 @@ name: Feature request description: Propose a new feature. -title: "[FR]: Please title this feature request" +title: "" labels: "enhancement" body: - - type: textarea - id: version - attributes: - label: Does the feature exist in the most recent commit? - description: We recommend using the latest commit from GitHub in your projects. - validations: - required: true - type: textarea id: why attributes: @@ -30,4 +23,4 @@ body: label: Is the feature specific to an operating system, compiler, or build system version? description: If it is, please specify which versions. validations: - required: true + required: false