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