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 name: Bug reports for commands
about: For bugs that involve commands found within Red. description: For bugs that involve commands found within Red.
title: '' title: ''
labels: 'Type: Bug' labels: 'Type: Bug'
assignees: '' assignees: ''

View File

@ -1,5 +1,5 @@
name: Enhancement proposal 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: '' title: ''
labels: 'Type: Enhancement' labels: 'Type: Enhancement'
assignees: '' assignees: ''

View File

@ -1,5 +1,5 @@
name: Feature request name: Feature request
about: For feature requests regarding Red itself. description: For feature requests regarding Red itself.
title: '' title: ''
labels: 'Type: Feature' labels: 'Type: Feature'
assignees: '' assignees: ''

View File

@ -1,5 +1,5 @@
name: Bug report name: Bug report
about: "For bugs that don't involve a command." description: "For bugs that don't involve a command."
title: '' title: ''
labels: 'Type: Bug' labels: 'Type: Bug'
assignees: '' assignees: ''