From cab7c4d402f0d0d3371c10e56f755b57aebf6997 Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Wed, 19 Aug 2020 10:20:07 -0700 Subject: [PATCH] chore: fix typo in issue templates --- .github/ISSUE_TEMPLATE/eslint-plugin-tslint.md | 2 +- .github/ISSUE_TEMPLATE/eslint-plugin-typescript.md | 2 +- .github/ISSUE_TEMPLATE/typescript-eslint-parser.md | 2 +- .github/ISSUE_TEMPLATE/typescript-eslint-utils.md | 2 +- .github/ISSUE_TEMPLATE/typescript-estree.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/eslint-plugin-tslint.md b/.github/ISSUE_TEMPLATE/eslint-plugin-tslint.md index 3931ecdf5a4..4018c1d0123 100644 --- a/.github/ISSUE_TEMPLATE/eslint-plugin-tslint.md +++ b/.github/ISSUE_TEMPLATE/eslint-plugin-tslint.md @@ -21,7 +21,7 @@ This issue template is only for problems specifically with the `@typescript-esli If you have a problem with a specific lint rule, please back out and select the `@typescript-eslint/eslint-plugin` template. --> -- [ ] I have first restarting my IDE and the issue persists. +- [ ] I have tried restarting my IDE and the issue persists. - [ ] I have updated to the latest version of the packages. - [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/FAQ.md) and my problem is not listed. diff --git a/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md b/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md index 153e14a8d2d..aa4a0122a40 100644 --- a/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md +++ b/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md @@ -26,7 +26,7 @@ Are you opening an issue because the rule you're trying to use is not found? 3) If ESLint still can't find the rule, then consider reporting an issue. --> -- [ ] I have first restarting my IDE and the issue persists. +- [ ] I have tried restarting my IDE and the issue persists. - [ ] I have updated to the latest version of the packages. - [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/FAQ.md) and my problem is not listed. diff --git a/.github/ISSUE_TEMPLATE/typescript-eslint-parser.md b/.github/ISSUE_TEMPLATE/typescript-eslint-parser.md index 541051bbcce..5e038b4eb06 100644 --- a/.github/ISSUE_TEMPLATE/typescript-eslint-parser.md +++ b/.github/ISSUE_TEMPLATE/typescript-eslint-parser.md @@ -22,7 +22,7 @@ That means you should only use this template if there are problems parsing some If you have a problem with a specific lint rule, please back out and select the `@typescript-eslint/eslint-plugin` template. --> -- [ ] I have first restarting my IDE and the issue persists. +- [ ] I have tried restarting my IDE and the issue persists. - [ ] I have updated to the latest version of the packages. - [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/FAQ.md) and my problem is not listed. diff --git a/.github/ISSUE_TEMPLATE/typescript-eslint-utils.md b/.github/ISSUE_TEMPLATE/typescript-eslint-utils.md index b90be4799c0..9445c2ff97f 100644 --- a/.github/ISSUE_TEMPLATE/typescript-eslint-utils.md +++ b/.github/ISSUE_TEMPLATE/typescript-eslint-utils.md @@ -22,7 +22,7 @@ If you have a problem with a specific lint rule, please back out and select the If you have a problem with the parser, please back out and select the `@typescript-eslint/parser` template. --> -- [ ] I have first restarting my IDE and the issue persists. +- [ ] I have tried restarting my IDE and the issue persists. - [ ] I have updated to the latest version of the packages. - [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/FAQ.md) and my problem is not listed. diff --git a/.github/ISSUE_TEMPLATE/typescript-estree.md b/.github/ISSUE_TEMPLATE/typescript-estree.md index 06b170f9052..f2bd8cae68b 100644 --- a/.github/ISSUE_TEMPLATE/typescript-estree.md +++ b/.github/ISSUE_TEMPLATE/typescript-estree.md @@ -21,7 +21,7 @@ This issue template is only for problems specifically with the `@typescript-esli If you have a problem with a specific lint rule, please back out and select the `@typescript-eslint/eslint-plugin` template. --> -- [ ] I have first restarting my IDE and the issue persists. +- [ ] I have tried restarting my IDE and the issue persists. - [ ] I have updated to the latest version of the packages. - [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/FAQ.md) and my problem is not listed.