-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuedocumentationDocumentation ("docs") that needs adding/updatingDocumentation ("docs") that needs adding/updating
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existing open or closed documentation requests that match my proposal.
- I have read the FAQ and my problem is not listed.
Suggested Changes
Right now .github/ISSUE_TEMPLATE/01-bug-report-plugin.yaml
includes a standard textarea for inputting a table of tooling versions:
typescript-eslint/.github/ISSUE_TEMPLATE/01-bug-report-plugin.yaml
Lines 101 to 114 in 26c4b46
- type: textarea | |
id: versions | |
attributes: | |
label: Versions | |
value: | | |
| package | version | | |
| -------------------------------------- | ------- | | |
| `@typescript-eslint/eslint-plugin` | `X.Y.Z` | | |
| `@typescript-eslint/parser` | `X.Y.Z` | | |
| `TypeScript` | `X.Y.Z` | | |
| `ESLint` | `X.Y.Z` | | |
| `node` | `X.Y.Z` | | |
validations: | |
required: true |
...but we already require people include a playground link. So we don't really care about that info. Let's remove it.
Affected URL(s)
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuedocumentationDocumentation ("docs") that needs adding/updatingDocumentation ("docs") that needs adding/updating