From 6c9a4e8acc3c238784dc7e44ac05d959dd34acd3 Mon Sep 17 00:00:00 2001 From: Ludy Date: Mon, 19 Aug 2024 16:00:23 +0200 Subject: [PATCH] Add Option to Specify Installation Method in Bug Report Template (#1710) * Add Option to Specify Installation Method in Bug Report Template * Update 1-bug.yml --- .github/ISSUE_TEMPLATE/1-bug.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index 36a7bf55..43759767 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -10,7 +10,21 @@ body: Thanks for taking the time to fill out this bug report! This issue form is for reporting bugs only. Please fill out the following sections to help us understand the issue you are facing. - + + - type: dropdown + id: installation-method + attributes: + label: Installation Method + description: | + Indicate whether you are using Docker or a local installation. + options: + - Docker + - Docker ultra lite + - Docker fat + - Local Installation + validations: + required: true + - type: textarea id: problem validations: