Skip to content

Commit 1f1ca32

Browse files
fix: correct main-branch phrasing in issue templates
1 parent 3934596 commit 1f1ca32

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/02-documentation.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: Documentation Report Checklist
55
options:
6-
- label: I have pulled the latest `main` branch of the repository.
6+
- label: I have looked at the latest `main` branch of the repository.
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

.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 have pulled the latest `main` branch of the repository.
6+
- label: I am looking 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const blockGitHubIssueTemplates = base.createBlock({
7979
options: [
8080
{
8181
label:
82-
"I have pulled the latest `main` branch of the repository.",
82+
"I have looked at the latest `main` branch of the repository.",
8383
required: true,
8484
},
8585
{
@@ -123,7 +123,7 @@ export const blockGitHubIssueTemplates = base.createBlock({
123123
options: [
124124
{
125125
label:
126-
"I have pulled the latest `main` branch of the repository.",
126+
"I am looking at the latest version of the project.",
127127
required: true,
128128
},
129129
{

0 commit comments

Comments
 (0)