Skip to content

fix: don't ask to restart IDE in feature template #1311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 15, 2024
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: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/03-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ 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: Bug Report Checklist
options:
- label: I have tried restarting my IDE and the issue persists.
required: true
- label: I have pulled 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.
Expand Down
4 changes: 0 additions & 4 deletions src/steps/writing/creation/dotGitHub/issueTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ export function createDotGitHubIssueTemplate({
"If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!",
label: "Bug Report Checklist",
options: [
{
label: "I have tried restarting my IDE and the issue persists.",
required: true,
},
{
label:
"I have pulled the latest `main` branch of the repository.",
Expand Down