From 34e86bfbeb6f259656350785dd9caf4ad0ac69d5 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 29 Mar 2024 22:48:17 +0100 Subject: [PATCH] Add current deployment methods to bug template (#6893) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 63df8d40a8..de16c772a6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -43,7 +43,9 @@ body: label: "Deployment Method" options: - label: "Docker" + - label: "Package" - label: "Bare metal" + - label: "Other - added info in Steps to Reproduce" - type: textarea id: version-info validations: