From e8a562d4cb0aeb73158e312cd0d8c40bed1445d6 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sun, 7 Dec 2025 12:28:23 +0700 Subject: [PATCH] chore: ask installation type on problem report template --- .github/ISSUE_TEMPLATE/problem-report.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/problem-report.yml b/.github/ISSUE_TEMPLATE/problem-report.yml index 1be5d3e4796..4f6766812e1 100644 --- a/.github/ISSUE_TEMPLATE/problem-report.yml +++ b/.github/ISSUE_TEMPLATE/problem-report.yml @@ -49,6 +49,15 @@ body: required: true validations: required: true + - type: input + id: installation_type + attributes: + label: Installation Type + placeholder: Fresh install / Upgrade from 24.8.0 to 25.5.1 + description: | + Are you filing this issue for a fresh install or an upgrade? + validations: + required: true - type: textarea id: repro attributes: