mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-04 08:07:06 +02:00
change large text areas to input types to make it more clear that we just want a single link or project name
This commit is contained in:
parent
1b9e831044
commit
d1b76d3f82
1 changed files with 3 additions and 2 deletions
|
|
@ -9,14 +9,15 @@ body:
|
|||
attributes:
|
||||
value: |
|
||||
Thanks for helping to make the world a bit more AI frree 💙
|
||||
- type: textarea
|
||||
|
||||
- type: input
|
||||
id: project
|
||||
attributes:
|
||||
label: What project is this for?
|
||||
description: |
|
||||
What external project are you reaching out to?
|
||||
|
||||
- type: textarea
|
||||
- type: input
|
||||
id: link
|
||||
attributes:
|
||||
label: Link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue