mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-28 11:58:23 +01:00
fixed some syntax errors in the discussion templates
This commit is contained in:
parent
fec41374f4
commit
ad5e58049b
@ -1,5 +1,4 @@
|
|||||||
name: Announcements
|
title: "[Ideas]"
|
||||||
description: Announcements about new releases, updates, etc.
|
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
10
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
10
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
@ -1,7 +1,11 @@
|
|||||||
name: Ideas
|
title: "[Ideas]"
|
||||||
description: Have an idea for a new feature or an improvement? Let us know here!
|
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Have an idea for a new feature or an improvement? Let us know here!
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: checklist
|
id: checklist
|
||||||
attributes:
|
attributes:
|
||||||
@ -53,8 +57,6 @@ body:
|
|||||||
- Critical
|
- Critical
|
||||||
- Important
|
- Important
|
||||||
- Nice to have
|
- Nice to have
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: other
|
id: other
|
||||||
|
Loading…
Reference in New Issue
Block a user