Skip to content

Commit c61946d

Browse files
fix: don't ask to restart IDE in feature template (#1311)
## PR Checklist - [x] Addresses an existing open issue: fixes #1287 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Updates the file and template for it.
1 parent dec8a82 commit c61946d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/ISSUE_TEMPLATE/03-feature.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ 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: Bug Report Checklist
55
options:
6-
- label: I have tried restarting my IDE and the issue persists.
7-
required: true
86
- label: I have pulled the latest `main` branch of the repository.
97
required: true
108
- 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.

src/steps/writing/creation/dotGitHub/issueTemplate.ts

-4
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ export function createDotGitHubIssueTemplate({
116116
"If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!",
117117
label: "Bug Report Checklist",
118118
options: [
119-
{
120-
label: "I have tried restarting my IDE and the issue persists.",
121-
required: true,
122-
},
123119
{
124120
label:
125121
"I have pulled the latest `main` branch of the repository.",

0 commit comments

Comments
 (0)