Skip to content

Commit 0e8da83

Browse files
authored
fix(.github): correct affected page help text in issue forms (freeCodeCamp#66816)
1 parent e60a299 commit 0e8da83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/02--issues-with-software-on-platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
- type: input
1515
attributes:
1616
label: Affected Page
17-
description: Add a link to the coding challenge with the problem.
17+
description: Add a link to the page with the problem.
1818
validations:
1919
required: true
2020
- type: textarea

.github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
- type: input
1818
attributes:
1919
label: Affected Page
20-
description: Add a link to the coding challenge with the problem.
20+
description: Add a link to the article or documentation page with the problem.
2121
validations:
2222
required: true
2323
- type: textarea

0 commit comments

Comments
 (0)