diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2025-01-16 21:00:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-16 21:00:07 +0100 |
commit | fca38b8c33a63a5c202f7bfcca4f6650389c9e28 (patch) | |
tree | 6ca03d893e1e91fc5a6e68c5629fa025ad71f755 /.github | |
parent | 2aa8c8aa8089a9054e361edadb00a88857929da5 (diff) |
refactor(Github/Misc): Deprecate Suggestion label and use Github Type (#21192)
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 70bbbbcae6..8103861f72 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,12 +1,12 @@ name: Feature request description: Suggest an idea for this project title: "Feature: " -labels: [Suggestion] +type: "Feature" body: - type: markdown attributes: value: | - Thank you for taking your time to fill out a feature request. Remember to fill out all fields including the title above. + Thank you for taking the time to fill out a feature request. Remember to fill out all fields including the title above. An issue that is not properly filled out will be closed. - type: textarea id: description |