diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a7e893e1..8b2be7f8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -11,6 +11,8 @@ body: options: - label: "`espree`" required: false + - label: "`eslint-scope`" + required: false - type: textarea attributes: label: Environment diff --git a/.github/ISSUE_TEMPLATE/change.yml b/.github/ISSUE_TEMPLATE/change.yml index 75244e34..fb658fa9 100644 --- a/.github/ISSUE_TEMPLATE/change.yml +++ b/.github/ISSUE_TEMPLATE/change.yml @@ -10,6 +10,8 @@ body: options: - label: "`espree`" required: false + - label: "`eslint-scope`" + required: false - type: textarea attributes: label: What problem do you want to solve? diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index 799a862d..a5f6954f 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -10,6 +10,8 @@ body: options: - label: "`espree`" required: false + - label: "`eslint-scope`" + required: false - type: textarea attributes: label: What documentation issue do you want to solve? diff --git a/README.md b/README.md index c8e99d1d..ba255454 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Monorepo for the JS language tools. This repository is the home of the following packages: - [`espree`](packages/espree) +- [`eslint-scope`](packages/eslint-scope) ## Security Policy