From a8f6c92af52dcac8b25f87f896da61d4e4afa1c6 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Fri, 2 Jan 2026 09:45:46 +0330 Subject: [PATCH 1/5] chore: add Environment field to bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1f6dc36b395d..5347f9d88120 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -83,6 +83,18 @@ body: validations: required: true + - type: dropdown + id: environment + attributes: + label: Environment + description: Which CI_ENVIRONMENT setting are you using? + options: + - production + - development + - testing + validations: + required: true + - type: input id: database attributes: From c07fa245eb1b826705621aca1fd7038fe21b04e6 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Fri, 2 Jan 2026 10:49:13 +0330 Subject: [PATCH 2/5] chore: enable multi-select for environment in bug report form --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5347f9d88120..22018d4f287a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -88,6 +88,7 @@ body: attributes: label: Environment description: Which CI_ENVIRONMENT setting are you using? + multiple: true options: - production - development From 665ceff8e177376228ebb031456c5ae1a098859e Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Fri, 2 Jan 2026 11:41:14 +0330 Subject: [PATCH 3/5] chore: add self-env --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 22018d4f287a..363388beafd7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -93,6 +93,7 @@ body: - production - development - testing + - self-env validations: required: true From 030316e93fb346f549e2a7a9e406e76ce5f9121c Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Sat, 3 Jan 2026 14:11:47 +0330 Subject: [PATCH 4/5] chore: use Other(custom) for options --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 363388beafd7..4aaec25297f3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -93,7 +93,7 @@ body: - production - development - testing - - self-env + - Other(custom) validations: required: true From a51c630d7880958ebf0515cafe8f887263a3dc57 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 3 Jan 2026 14:40:23 +0330 Subject: [PATCH 5/5] Apply suggestions from code review --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4aaec25297f3..c00e70ba3291 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -93,7 +93,7 @@ body: - production - development - testing - - Other(custom) + - other (custom) validations: required: true