From 0e8da837bef5d9a4affa1d144c0aaff9f8a5b6d3 Mon Sep 17 00:00:00 2001 From: Karthiya Yash Kiranbhai <160919026+NotYash1066@users.noreply.github.com> Date: Tue, 7 Apr 2026 13:04:52 +0530 Subject: [PATCH] fix(.github): correct affected page help text in issue forms (#66816) --- .../ISSUE_TEMPLATE/02--issues-with-software-on-platforms.yml | 2 +- .../03--issues-with-content-on-articles-and-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02--issues-with-software-on-platforms.yml b/.github/ISSUE_TEMPLATE/02--issues-with-software-on-platforms.yml index 3da339d3cc1..a64fb8d6ed2 100644 --- a/.github/ISSUE_TEMPLATE/02--issues-with-software-on-platforms.yml +++ b/.github/ISSUE_TEMPLATE/02--issues-with-software-on-platforms.yml @@ -14,7 +14,7 @@ body: - type: input attributes: label: Affected Page - description: Add a link to the coding challenge with the problem. + description: Add a link to the page with the problem. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.yml b/.github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.yml index d7791cbc341..6da16f40af2 100644 --- a/.github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.yml +++ b/.github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.yml @@ -17,7 +17,7 @@ body: - type: input attributes: label: Affected Page - description: Add a link to the coding challenge with the problem. + description: Add a link to the article or documentation page with the problem. validations: required: true - type: textarea