mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-20 13:59:14 +00:00
Add vault encryption field back to the new issue template
This commit is contained in:
parent
12dad56fe3
commit
2f8d66843f
1 changed files with 11 additions and 0 deletions
11
.github/ISSUE_TEMPLATE/bug.yml
vendored
11
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -26,6 +26,17 @@ body:
|
||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: encryption
|
||||||
|
attributes:
|
||||||
|
label: Vault encryption
|
||||||
|
description: Do you have encryption enabled for your Aegis vault?
|
||||||
|
options:
|
||||||
|
- "Yes (with biometric unlock)"
|
||||||
|
- "Yes"
|
||||||
|
- "No"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: device
|
id: device
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue