From b3e818fd33a56c0dc96abffae6846bd841299095 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:32:20 +0000 Subject: [PATCH] chore: use feature request label for feature requests (#1176) --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 835bba2b..f4f45ac2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature request description: Request a feature for the discord-api-types library (we accept documented features of the official Discord developer API only!) -labels: [discussion] +labels: [feature request] body: - type: markdown attributes: