diff options
| author | Aleksei Bavshin <a.bavshin@nginx.com> | 2025-12-15 12:49:37 -0800 |
|---|---|---|
| committer | Aleksei Bavshin <a.bavshin@f5.com> | 2025-12-16 14:22:33 -0700 |
| commit | 7c2524a6926918900243a75c5d85c1399ce54bbd (patch) | |
| tree | 34f478fbba19037188873a6e27f4e0db22482bc4 | |
| parent | 5c2947d844895198cae0d0c54217c07de8955a01 (diff) | |
| download | nginx-7c2524a6926918900243a75c5d85c1399ce54bbd.tar.gz nginx-7c2524a6926918900243a75c5d85c1399ce54bbd.tar.bz2 | |
Fixed duplicate ids in the bug report template.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 4 |
1 files 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. |
