[skip ci] use text area

This commit is contained in:
ThePhaseless
2025-03-27 17:18:56 +01:00
committed by GitHub
parent d5a1bed3c1
commit ae12dc05e4
+7 -2
View File
@@ -35,11 +35,16 @@ body:
attributes:
label: Website
placeholder: e.g. https://nowsecure.nl
- type: input
- type: textarea
id: config
attributes:
label: Docker Compose config
placeholder: Remember to use ```yaml before and ``` after the code
placeholder: |
```yaml
services:
...
```
- type: textarea
attributes: