fixed some syntax errors in the discussion templates

This commit is contained in:
Wladimir Kirianov 2023-02-02 19:51:42 +01:00 committed by GitHub
parent fec41374f4
commit ad5e58049b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

View File

@ -1,5 +1,4 @@
name: Announcements
description: Announcements about new releases, updates, etc.
title: "[Ideas]"
body:
- type: markdown

View File

@ -1,7 +1,11 @@
name: Ideas
description: Have an idea for a new feature or an improvement? Let us know here!
title: "[Ideas]"
body:
- type: markdown
attributes:
value: |
Have an idea for a new feature or an improvement? Let us know here!
- type: checkboxes
id: checklist
attributes:
@ -53,16 +57,14 @@ body:
- Critical
- Important
- Nice to have
validations:
required: true
- type: textarea
id: other
attributes:
label: Anything else?
description: Is there anything else you'd like to add?
validations:
required: false
label: Anything else?
description: Is there anything else you'd like to add?
validations:
required: false
- type: textarea
id: solution