3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 19:55:33 +00:00

Have I mentioned how much I hate YAML?

This commit is contained in:
snipe
2025-09-10 15:43:09 +01:00
parent 56eebb9db4
commit c66fa33b2e
2 changed files with 4 additions and 4 deletions

View File

@ -46,8 +46,7 @@ body:
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: ""
placeholder: Tell us what you see! (Be nice!)
validations:
required: true
- type: dropdown
@ -87,6 +86,8 @@ body:
required: true
- label: I have run database migrations (where applicable).
required: true
- label: I have attached screenshots and/or videos of the issue (where applicable)
required: true
- type: checkboxes
id: terms
attributes:

View File

@ -21,8 +21,7 @@ body:
attributes:
label: How can we help?
description: Let us know in detail what feature you'd like to see added. While we can't promise to implement every feature request, we do read every one and take them into consideration when planning future releases.
placeholder: Tell us what you want!
value: ""
placeholder: Tell us what you want! (Be nice!)
validations:
required: true
- type: checkboxes