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: