mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Add missing input to issue forms
Added an input to provide information about the date of a product's last update.
This commit is contained in:
parent
20f82c96c0
commit
aa710d2818
2 changed files with 10 additions and 0 deletions
|
@ -63,6 +63,11 @@ body:
|
|||
attributes:
|
||||
label: Product update link
|
||||
description: If an update is available where can it be found?
|
||||
- type: input
|
||||
id: product-last-updated
|
||||
attributes:
|
||||
label: Last updated
|
||||
description: When was the product last updated?
|
||||
- type: textarea
|
||||
id: product-notes
|
||||
attributes:
|
||||
|
|
|
@ -48,6 +48,11 @@ body:
|
|||
attributes:
|
||||
label: Product update link
|
||||
description: If an update is available where can it be found?
|
||||
- type: input
|
||||
id: product-last-updated
|
||||
attributes:
|
||||
label: Last updated
|
||||
description: When was the product last updated?
|
||||
- type: textarea
|
||||
id: product-notes
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue