Skip to content

Commit 21316a9

Browse files
standardize
1 parent 1f1ca32 commit 21316a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/03-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body:
33
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
44
label: Feature Request Checklist
55
options:
6-
- label: I am looking at the latest version of the project.
6+
- label: I have looked at the latest version of the project.
77
required: true
88
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aissue) and found none that matched my issue.
99
required: true

src/blocks/blockGitHubIssueTemplates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const blockGitHubIssueTemplates = base.createBlock({
123123
options: [
124124
{
125125
label:
126-
"I am looking at the latest version of the project.",
126+
"I have looked at the latest version of the project.",
127127
required: true,
128128
},
129129
{

0 commit comments

Comments
 (0)