From 37f258d01252a181847d2f2a07dc135b0ede796e Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Wed, 25 May 2022 11:34:03 -0700 Subject: [PATCH] chore: add website as an "other" package for issue forms (#5078) --- .github/ISSUE_TEMPLATE/6-bug-report-other.yaml | 1 + .github/ISSUE_TEMPLATE/7-enhancement-other.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/6-bug-report-other.yaml b/.github/ISSUE_TEMPLATE/6-bug-report-other.yaml index ea53641e6dc..5f3e16c6151 100644 --- a/.github/ISSUE_TEMPLATE/6-bug-report-other.yaml +++ b/.github/ISSUE_TEMPLATE/6-bug-report-other.yaml @@ -38,6 +38,7 @@ body: - scope-manager - typescript-estree - utils + - website validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/7-enhancement-other.yaml b/.github/ISSUE_TEMPLATE/7-enhancement-other.yaml index 6a15011be4d..d68dea5a65e 100644 --- a/.github/ISSUE_TEMPLATE/7-enhancement-other.yaml +++ b/.github/ISSUE_TEMPLATE/7-enhancement-other.yaml @@ -29,6 +29,7 @@ body: - scope-manager - typescript-estree - utils + - website validations: required: true - type: checkboxes