Update issue templates with new key name for description (#4957)

* Initial commit

* Use `description` instead of `about`
This commit is contained in:
Kreusada 2021-04-06 21:04:21 +01:00 committed by GitHub
parent 1c7b1e0358
commit 19dcc52fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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