From 8e14e80834272ed83b13ad2c1454a82f931a6dfc Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Thu, 6 Apr 2023 17:33:04 -0700 Subject: [PATCH] fix: match name to documentation Co-authored-by: Kevin Wang --- .github/ISSUE_TEMPLATE/feature-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 547fad5f..41e12820 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,5 @@ name: Feature Request -description: Suggest a new idea for the twitch-cli. +description: Suggest a new idea for the Twitch CLI. title: "[Feature Request] " labels: ["enhancement"] body: @@ -25,4 +25,4 @@ body: description: I have verified that this has not been suggested before. options: - label: I agree - required: true \ No newline at end of file + required: true