diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b587540..834d9c5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,8 +4,10 @@ title: "[Feature]: " labels: ["feature-request"] body: -- type: textarea + - type: textarea id: feature attributes: label: Expected behavior - description: Please describe the feature you want. \ No newline at end of file + description: Please describe the feature you want. + validations: + required: true \ No newline at end of file