Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existingopen or closed documentation requests that match my proposal.
- I haveread 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 in26c4b46
| -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.