From 7c2524a6926918900243a75c5d85c1399ce54bbd Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Mon, 15 Dec 2025 12:49:37 -0800 Subject: [PATCH] Fixed duplicate ids in the bug report template. --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2f3aea12c..cd620895a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -58,7 +58,7 @@ body: required: true - type: textarea - id: environment + id: version attributes: label: NGINX version and build configuration options description: Please provide details about your NGINX build. @@ -79,7 +79,7 @@ body: required: true - type: textarea - id: environment + id: architecture attributes: label: Architecture where NGINX is being built and/or deployed description: Please provide details about your deployment environment.