Skip to content

Commit

Permalink
chore: remove versions table from simple bug report form (#6170)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 7, 2022
1 parent dbc8671 commit 92d07df
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/01-bug-report-plugin.yaml
Expand Up @@ -98,17 +98,3 @@ body:
description: |
Any additional info you'd like to provide.
If ESLint threw an exception, please run your lint again with the `--debug` flag, and dump the output below. e.g. `eslint path/to/broken/file.ts --debug`
- 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

0 comments on commit 92d07df

Please sign in to comment.