blob: e020b1500d7cd4a8de9ca39dcfe680ac160d936d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
name: 🪄 Feature request 🧙 🦄
description: Ask for something nice
title: "Feature request: <summary>"
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to ask for something nice!
- type: textarea
id: what-i-want
attributes:
label: What would you like to see in luci?
description: feature request
placeholder: Describe away
value:
validations:
required: true
|