mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-19 21:39:18 +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
|
||||
validations:
|
||||
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
|
||||
id: device
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Reference in a new issue