diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c1472536471..7a18a5a8da7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -32,6 +32,35 @@ body: placeholder: Steps to reproduce, e.g. "Go to [Matomo-URL] > Click on Visitors > Click Overview" validations: required: true + - type: input + id: customer-website-name + attributes: + label: Customer name and Website name + description: Customer name and Website name + validations: + required: false + - type: dropdown + id: installation + attributes: + label: On premises or Cloud + multiple: false + options: + - On premises + - Cloud + validations: + required: true + - type: dropdown + id: priority + attributes: + label: Priority + multiple: false + options: + - 1 - Critical + - 2 - High + - 3 - Medium + - 4 - Low + validations: + required: false - type: input id: version attributes: