Skip to content

Commit 656d255

Browse files
bradzacherJamesHenry
authored andcommitted
docs: add more issue templates (#811)
1 parent 580eceb commit 656d255

File tree

3 files changed

+58
-1
lines changed

3 files changed

+58
-1
lines changed

Diff for: .github/ISSUE_TEMPLATE.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: catch-all template
3+
about: Provides some general structure to issues that people choose to log outside the normal flow
4+
title: ''
5+
labels: triage
6+
assignees: ''
7+
---
8+
9+
**What were you trying to do?**
10+
11+
```json
12+
{
13+
"rules": {
14+
"@typescript-eslint/<rule>": ["<setting>"]
15+
}
16+
}
17+
```
18+
19+
```ts
20+
// Put your code here
21+
```
22+
23+
**What did you expect to happen?**
24+
25+
**What actually happened?**
26+
27+
**Versions**
28+
29+
| package | version |
30+
| --------------------------------------- | ------- |
31+
| `@typescript-eslint/eslint-plugin` | `X.Y.Z` |
32+
| `@typescript-eslint/parser` | `X.Y.Z` |
33+
| `@typescript-eslint/typescript-estree` | `X.Y.Z` |
34+
| `@typescript-eslint/experimental-utils` | `X.Y.Z` |
35+
| `TypeScript` | `X.Y.Z` |
36+
| `node` | `X.Y.Z` |
37+
| `npm` | `X.Y.Z` |

Diff for: .github/ISSUE_TEMPLATE/eslint-plugin-typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Are you opening an issue because the rule you're trying to use is not found?
2222
1) Check the releases log: https://github.com/typescript-eslint/typescript-eslint/releases
2323
- If the rule isn't listed there, then chances are it hasn't been released to the main npm tag yet.
2424
2) Try installing the `canary` tag: `npm i @typescript-eslint/eslint-plugin@canary`.
25-
- The canary tag is built for every commit to master, so it contains the bleeding edge build.
25+
- The canary tag is built for every commit to master, so it contains the bleeding edge build.
2626
3) If ESLint still can't find the rule, then consider reporting an issue.
2727
-->
2828

Diff for: .github/ISSUE_TEMPLATE/typescript-eslint-utils.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: '@typescript-eslint/experimental-utils'
3+
about: Report an issue with the `@typescript-eslint/experimental-utils` package
4+
title: ''
5+
labels: 'package: utils, triage'
6+
assignees: ''
7+
---
8+
9+
**What did you expect to happen?**
10+
11+
**What actually happened?**
12+
13+
**Versions**
14+
15+
| package | version |
16+
| --------------------------------------- | ------- |
17+
| `@typescript-eslint/experimental-utils` | `X.Y.Z` |
18+
| `TypeScript` | `X.Y.Z` |
19+
| `node` | `X.Y.Z` |
20+
| `npm` | `X.Y.Z` |

0 commit comments

Comments
 (0)