From 040c1d1654756aaa872488e9dd941f853b581604 Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Tue, 26 Jan 2021 17:10:36 -0800 Subject: [PATCH] docs: add issue template for scope-manager --- .../typescript-eslint-scope-manager.md | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/typescript-eslint-scope-manager.md diff --git a/.github/ISSUE_TEMPLATE/typescript-eslint-scope-manager.md b/.github/ISSUE_TEMPLATE/typescript-eslint-scope-manager.md new file mode 100644 index 000000000000..1a2426ffe381 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/typescript-eslint-scope-manager.md @@ -0,0 +1,71 @@ +--- +name: '@typescript-eslint/scope-manager' +about: Report an issue with the '@typescript-eslint/scope-manager' package +title: '' +labels: 'package: scope-manager, triage' +assignees: '' +--- + + + + + +- [ ] 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. + +**Repro** + + + +```TS +// your repro code case +``` + +**Expected Result** + + + +**Actual Result** + + + +**Additional Info** + + + +**Versions** + +| package | version | +| --------------------------------------- | ------- | +| `@typescript-eslint/scope-manager` | `X.Y.Z` | +| `TypeScript` | `X.Y.Z` | +| `node` | `X.Y.Z` |