Skip to content

Commit 7d2deb3

Browse files
authoredJun 4, 2023
docs: remove Gitter from issue templates (#1144)
1 parent 6e2bfaa commit 7d2deb3

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed
 

‎.github/ISSUE_TEMPLATE/BUG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ about: Something went awry and you'd like to tell us about it.
88

99
### Bug report
1010

11-
<!-- Please ask questions on discussions, StackOverflow or the webpack Gitter. -->
11+
<!-- Please ask questions on discussions or StackOverflow. -->
1212
<!-- https://github.com/webpack/webpack/discussions -->
1313
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
14-
<!-- https://gitter.im/webpack/webpack -->
1514
<!-- Issues which contain questions or support requests will be closed. -->
1615

1716
### Actual Behavior

‎.github/ISSUE_TEMPLATE/DOCS.md

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Documentation Is:
2020
<!-- Please don't delete this template otherwise your issue will be closed immediately -->
2121
<!-- https://github.com/webpack/webpack/discussions -->
2222
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
23-
<!-- https://gitter.im/webpack/webpack -->
2423
<!-- Issues which contain questions or support requests will be closed. -->
2524

2625
### Your Proposal for Changes

‎.github/ISSUE_TEMPLATE/FEATURE.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ about: Suggest an idea for this project
88

99
### Feature Proposal
1010

11-
<!-- Please ask questions on discussions, StackOverflow or the webpack Gitter. -->
11+
<!-- Please ask questions on discussions or StackOverflow. -->
1212
<!-- https://github.com/webpack/webpack/discussions -->
1313
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
14-
<!-- https://gitter.im/webpack/webpack -->
1514
<!-- Issues which contain questions or support requests will be closed. -->
1615

1716
### Feature Use Case

‎.github/ISSUE_TEMPLATE/MODIFICATION.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ about: Would you like something work differently? Have an alternative approach?
88

99
### Modification Proposal
1010

11-
<!-- Please ask questions on discussions, StackOverflow or the webpack Gitter. -->
11+
<!-- Please ask questions on discussions or StackOverflow. -->
1212
<!-- https://github.com/webpack/webpack/discussions -->
1313
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
14-
<!-- https://gitter.im/webpack/webpack -->
1514
<!-- Issues which contain questions or support requests will be closed. -->
1615

1716
### Expected Behavior / Situation

‎.github/ISSUE_TEMPLATE/SUPPORT.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ about: 👉🏽 Need support, help, or advice? Don't open an issue! Head to http
44
---
55

66
Hey there! If you need support, help, or advice then this is not the place to ask.
7-
Please visit [Discussions](https://github.com/webpack/webpack/discussions), [StackOverflow](https://stackoverflow.com/questions/tagged/webpack)
8-
or [the Webpack Gitter](https://gitter.im/webpack/webpack) instead.
7+
Please visit [GitHub Discussions](https://github.com/webpack/webpack/discussions) or [StackOverflow](https://stackoverflow.com/questions/tagged/webpack) instead.

0 commit comments

Comments
 (0)
Please sign in to comment.