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: ''