Skip to content

Commit

Permalink
docs: use GitHub discussions instead of Gitter in issue templates (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed May 31, 2023
1 parent 9a5399d commit 6d5a65f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
@@ -1,6 +1,6 @@
<!--
πŸ‘‰πŸ½ Need support, advice, or help? Don't open an issue!
Head to StackOverflow or https://gitter.im/webpack/webpack.
Head to StackOverflow or https://github.com/webpack/webpack/discussions.
Hey there!
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/BUG.md
Expand Up @@ -8,10 +8,9 @@ about: Something went awry and you'd like to tell us about it.

### Bug report

<!-- Please ask questions on discussions, StackOverflow or the webpack Gitter. -->
<!-- Please ask questions on StackOverflow or the GitHub Discussions. -->
<!-- https://github.com/webpack/webpack/discussions -->
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
<!-- https://gitter.im/webpack/webpack -->
<!-- Issues which contain questions or support requests will be closed. -->

### Actual Behavior
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/DOCS.md
Expand Up @@ -20,7 +20,6 @@ Documentation Is:
<!-- Please don't delete this template otherwise your issue will be closed immediately -->
<!-- https://github.com/webpack/webpack/discussions -->
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
<!-- https://gitter.im/webpack/webpack -->
<!-- Issues which contain questions or support requests will be closed. -->

### Your Proposal for Changes
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/FEATURE.md
Expand Up @@ -8,10 +8,9 @@ about: Suggest an idea for this project

### Feature Proposal

<!-- Please ask questions on discussions, StackOverflow or the webpack Gitter. -->
<!-- Please ask questions on StackOverflow or the GitHub Discussions. -->
<!-- https://github.com/webpack/webpack/discussions -->
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
<!-- https://gitter.im/webpack/webpack -->
<!-- Issues which contain questions or support requests will be closed. -->

### Feature Use Case
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/MODIFICATION.md
Expand Up @@ -8,10 +8,9 @@ about: Would you like something work differently? Have an alternative approach?

### Modification Proposal

<!-- Please ask questions on discussions, StackOverflow or the webpack Gitter. -->
<!-- Please ask questions on StackOverflow or the GitHub Discussions. -->
<!-- https://github.com/webpack/webpack/discussions -->
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
<!-- https://gitter.im/webpack/webpack -->
<!-- Issues which contain questions or support requests will be closed. -->

### Expected Behavior / Situation
Expand Down
5 changes: 2 additions & 3 deletions .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 StackOverflow.
---

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.

0 comments on commit 6d5a65f

Please sign in to comment.