From 2f8d66843f2c1d71d9e1be28e0e8b231e067ce42 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Wed, 9 Nov 2022 18:32:13 +0100 Subject: [PATCH] Add vault encryption field back to the new issue template --- .github/ISSUE_TEMPLATE/bug.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3e1bb92e..1d2c7a9d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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: