diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index c3f546d2..fb71528f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,6 @@ name: Feature Request description: Request a new feature. -title: "[Feature]: " -labels: ["enhancement"] +type: "Enhancement" body: - type: textarea id: related-to-problem @@ -30,4 +29,4 @@ body: description: All issues must be written in clear plain English so that all devs are able to read them. options: - label: Yes my issue is written in English - required: true \ No newline at end of file + required: true