Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 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
Expand Down
4 changes: 2 additions & 2 deletions src/blocks/blockGitHubIssueTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
{
Expand Down Expand Up @@ -123,7 +123,7 @@ export const blockGitHubIssueTemplates = base.createBlock({
options: [
{
label:
"I have pulled the latest `main` branch of the repository.",
"I have looked at the latest version of the project.",
required: true,
},
{
Expand Down