From 19dcc52fb1c742177a23a417272837092b2bb21d Mon Sep 17 00:00:00 2001 From: Kreusada <67752638+Kreusada@users.noreply.github.com> Date: Tue, 6 Apr 2021 21:04:21 +0100 Subject: [PATCH] Update issue templates with new key name for description (#4957) * Initial commit * Use `description` instead of `about` --- .github/ISSUE_TEMPLATE/command_bug.yml | 2 +- .github/ISSUE_TEMPLATE/enhancements.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/other_bugs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/command_bug.yml b/.github/ISSUE_TEMPLATE/command_bug.yml index f9662ad67..093cf4501 100644 --- a/.github/ISSUE_TEMPLATE/command_bug.yml +++ b/.github/ISSUE_TEMPLATE/command_bug.yml @@ -1,5 +1,5 @@ name: Bug reports for commands -about: For bugs that involve commands found within Red. +description: For bugs that involve commands found within Red. title: '' labels: 'Type: Bug' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/enhancements.yml b/.github/ISSUE_TEMPLATE/enhancements.yml index 16d62bc97..919369d61 100644 --- a/.github/ISSUE_TEMPLATE/enhancements.yml +++ b/.github/ISSUE_TEMPLATE/enhancements.yml @@ -1,5 +1,5 @@ name: Enhancement proposal -about: For feature requests and improvements related to already existing functionality. +description: For feature requests and improvements related to already existing functionality. title: '' labels: 'Type: Enhancement' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 56b798d12..86fb4782f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: Feature request -about: For feature requests regarding Red itself. +description: For feature requests regarding Red itself. title: '' labels: 'Type: Feature' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/other_bugs.yml b/.github/ISSUE_TEMPLATE/other_bugs.yml index bac7fcd85..f2fa9f2c1 100644 --- a/.github/ISSUE_TEMPLATE/other_bugs.yml +++ b/.github/ISSUE_TEMPLATE/other_bugs.yml @@ -1,5 +1,5 @@ name: Bug report -about: "For bugs that don't involve a command." +description: "For bugs that don't involve a command." title: '' labels: 'Type: Bug' assignees: ''