mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Add a placeholder to the product issue forms
Add a placeholder value for the last updated input in both the product submission and product update issue forms. This will encourage the appropriate timestamp format.
This commit is contained in:
parent
a91ebf78a6
commit
90a215e618
2 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@ body:
|
|||
attributes:
|
||||
label: Last updated
|
||||
description: When was the product last updated?
|
||||
placeholder: "2021-12-06"
|
||||
- type: textarea
|
||||
id: product-notes
|
||||
attributes:
|
||||
|
|
|
@ -69,6 +69,7 @@ body:
|
|||
attributes:
|
||||
label: Last updated
|
||||
description: When was the product last updated?
|
||||
placeholder: "2021-12-06"
|
||||
- type: textarea
|
||||
id: product-notes
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue