From 48f1615a3e017a941eaa9781598bc33bcafca52a Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Sun, 4 Jun 2023 19:09:43 +0530 Subject: [PATCH] docs: remove Gitter from issue templates (#393) --- .github/ISSUE_TEMPLATE/BUG.md | 3 +-- .github/ISSUE_TEMPLATE/DOCS.md | 1 - .github/ISSUE_TEMPLATE/FEATURE.md | 3 +-- .github/ISSUE_TEMPLATE/MODIFICATION.md | 3 +-- .github/ISSUE_TEMPLATE/SUPPORT.md | 3 +-- 5 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index 62092dc..374f347 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -8,10 +8,9 @@ about: Something went awry and you'd like to tell us about it. ### Bug report - + - ### Actual Behavior diff --git a/.github/ISSUE_TEMPLATE/DOCS.md b/.github/ISSUE_TEMPLATE/DOCS.md index 0db304f..a94c0c9 100644 --- a/.github/ISSUE_TEMPLATE/DOCS.md +++ b/.github/ISSUE_TEMPLATE/DOCS.md @@ -20,7 +20,6 @@ Documentation Is: - ### Your Proposal for Changes diff --git a/.github/ISSUE_TEMPLATE/FEATURE.md b/.github/ISSUE_TEMPLATE/FEATURE.md index f844ab9..1e5304e 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE.md +++ b/.github/ISSUE_TEMPLATE/FEATURE.md @@ -8,10 +8,9 @@ about: Suggest an idea for this project ### Feature Proposal - + - ### Feature Use Case diff --git a/.github/ISSUE_TEMPLATE/MODIFICATION.md b/.github/ISSUE_TEMPLATE/MODIFICATION.md index 5f264c3..c60a501 100644 --- a/.github/ISSUE_TEMPLATE/MODIFICATION.md +++ b/.github/ISSUE_TEMPLATE/MODIFICATION.md @@ -8,10 +8,9 @@ about: Would you like something work differently? Have an alternative approach? ### Modification Proposal - + - ### Expected Behavior / Situation diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md index 600bf0b..1d8ac1c 100644 --- a/.github/ISSUE_TEMPLATE/SUPPORT.md +++ b/.github/ISSUE_TEMPLATE/SUPPORT.md @@ -4,5 +4,4 @@ about: 👉🏽 Need support, help, or advice? Don't open an issue! Head to http --- Hey there! If you need support, help, or advice then this is not the place to ask. -Please visit [Discussions](https://github.com/webpack/webpack/discussions), [StackOverflow](https://stackoverflow.com/questions/tagged/webpack) -or [the Webpack Gitter](https://gitter.im/webpack/webpack) instead. +Please visit [GitHub Discussions](https://github.com/webpack/webpack/discussions) or [StackOverflow](https://stackoverflow.com/questions/tagged/webpack) instead.