Fix Feature Request form so that the contact details are actually required. (#1258)
parent
edd1b362e7
commit
4c27fcb725
|
|
@ -14,8 +14,9 @@ body:
|
|||
attributes:
|
||||
label: Contact Details
|
||||
description: How many people want the feature? Please supply contacts details for at least 3 of them.
|
||||
placeholder: "ex: email@example.com or GitHub usernames"
|
||||
placeholder: "ex: email@example.com, callsigns or GitHub usernames"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: feature-for-this-project
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue