From 1073c2529fd3c27ee2fed82ec00c49b096312f00 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Sat, 3 Jun 2023 07:51:31 +0530 Subject: [PATCH 1/2] docs: remove Gitter from issue templates --- .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 | 5 ++--- 5 files changed, 5 insertions(+), 10 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..1584989 100644 --- a/.github/ISSUE_TEMPLATE/SUPPORT.md +++ b/.github/ISSUE_TEMPLATE/SUPPORT.md @@ -1,8 +1,7 @@ --- name: 🆘 Support, Help, and Advice -about: 👉🏽 Need support, help, or advice? Don't open an issue! Head to https://github.com/webpack/webpack/discussions, StackOverflow or https://gitter.im/webpack/webpack. +about: 👉🏽 Need support, help, or advice? Don't open an issue! Head to https://github.com/webpack/webpack/discussions or https://stackoverflow.com/questions/ask?tags=webpack. --- 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. From 9cbe63cdfe8ed7a258f6952efcb2c416f6ca8807 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Sat, 3 Jun 2023 08:14:22 +0530 Subject: [PATCH 2/2] docs: remove Gitter from issue templates --- .github/ISSUE_TEMPLATE/SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md index 1584989..daaf912 100644 --- a/.github/ISSUE_TEMPLATE/SUPPORT.md +++ b/.github/ISSUE_TEMPLATE/SUPPORT.md @@ -1,6 +1,6 @@ --- name: 🆘 Support, Help, and Advice -about: 👉🏽 Need support, help, or advice? Don't open an issue! Head to https://github.com/webpack/webpack/discussions or https://stackoverflow.com/questions/ask?tags=webpack. +about: 👉🏽 Need support, help, or advice? Don't open an issue! Head to https://github.com/webpack/webpack/discussions or StackOverflow. --- Hey there! If you need support, help, or advice then this is not the place to ask.