From 1f1ca32de569bb23ca52873b944ffa19d1a83230 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 2 Dec 2025 22:04:07 -0500 Subject: [PATCH 1/2] fix: correct main-branch phrasing in issue templates --- .github/ISSUE_TEMPLATE/02-documentation.yml | 2 +- .github/ISSUE_TEMPLATE/03-feature.yml | 2 +- src/blocks/blockGitHubIssueTemplates.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02-documentation.yml b/.github/ISSUE_TEMPLATE/02-documentation.yml index 7c41c4f40..89786f2b2 100644 --- a/.github/ISSUE_TEMPLATE/02-documentation.yml +++ b/.github/ISSUE_TEMPLATE/02-documentation.yml @@ -3,7 +3,7 @@ body: description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you! label: Documentation Report Checklist options: - - label: I have pulled the latest `main` branch of the repository. + - label: I have looked at the latest `main` branch of the repository. required: true - 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. required: true diff --git a/.github/ISSUE_TEMPLATE/03-feature.yml b/.github/ISSUE_TEMPLATE/03-feature.yml index fbaf1ed80..765994d86 100644 --- a/.github/ISSUE_TEMPLATE/03-feature.yml +++ b/.github/ISSUE_TEMPLATE/03-feature.yml @@ -3,7 +3,7 @@ body: description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you! label: Feature Request Checklist options: - - label: I have pulled the latest `main` branch of the repository. + - label: I am looking at the latest version of the project. required: true - 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. required: true diff --git a/src/blocks/blockGitHubIssueTemplates.ts b/src/blocks/blockGitHubIssueTemplates.ts index 5910c4e4b..912e93411 100644 --- a/src/blocks/blockGitHubIssueTemplates.ts +++ b/src/blocks/blockGitHubIssueTemplates.ts @@ -79,7 +79,7 @@ export const blockGitHubIssueTemplates = base.createBlock({ options: [ { label: - "I have pulled the latest `main` branch of the repository.", + "I have looked at the latest `main` branch of the repository.", required: true, }, { @@ -123,7 +123,7 @@ export const blockGitHubIssueTemplates = base.createBlock({ options: [ { label: - "I have pulled the latest `main` branch of the repository.", + "I am looking at the latest version of the project.", required: true, }, { From 21316a9bb0846ae47bed584d7c1d417d3e31890b Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 2 Dec 2025 22:05:51 -0500 Subject: [PATCH 2/2] standardize --- .github/ISSUE_TEMPLATE/03-feature.yml | 2 +- src/blocks/blockGitHubIssueTemplates.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/03-feature.yml b/.github/ISSUE_TEMPLATE/03-feature.yml index 765994d86..bd2f506cd 100644 --- a/.github/ISSUE_TEMPLATE/03-feature.yml +++ b/.github/ISSUE_TEMPLATE/03-feature.yml @@ -3,7 +3,7 @@ body: description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you! label: Feature Request Checklist options: - - label: I am looking at the latest version of the project. + - label: I have looked at the latest version of the project. required: true - 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. required: true diff --git a/src/blocks/blockGitHubIssueTemplates.ts b/src/blocks/blockGitHubIssueTemplates.ts index 912e93411..3079cc36a 100644 --- a/src/blocks/blockGitHubIssueTemplates.ts +++ b/src/blocks/blockGitHubIssueTemplates.ts @@ -123,7 +123,7 @@ export const blockGitHubIssueTemplates = base.createBlock({ options: [ { label: - "I am looking at the latest version of the project.", + "I have looked at the latest version of the project.", required: true, }, {