From b3ce0d2fc333b2f7a0820c8a0897a6b2ad9d18d9 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Tue, 24 Aug 2021 06:58:30 +0530 Subject: [PATCH 1/3] docs: update bug report template --- .github/ISSUE_TEMPLATE/BUG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index e1f94625..356d7d8e 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -14,11 +14,7 @@ about: Something went awry and you'd like to tell us about it. Head to StackOverflow or https://gitter.im/webpack/webpack. --> -- Operating System: -- Node Version: -- NPM Version: -- webpack Version: -- postcss-loader Version: +### Please paste the results of `npx webpack info` here, and mention other relevant information ### Expected Behavior From 66d972e21ad06f0b1d433250642d168c21c57950 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Tue, 24 Aug 2021 13:24:19 +0300 Subject: [PATCH 2/3] docs: update templates --- .github/ISSUE_TEMPLATE/BUG.md | 49 ++++++++++---------------- .github/ISSUE_TEMPLATE/DOCS.md | 18 +++++----- .github/ISSUE_TEMPLATE/FEATURE.md | 26 ++++++-------- .github/ISSUE_TEMPLATE/MODIFICATION.md | 24 +++++-------- .github/ISSUE_TEMPLATE/SUPPORT.md | 2 +- 5 files changed, 47 insertions(+), 72 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index 356d7d8e..0518ca8e 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -3,44 +3,33 @@ name: 🐛 Bug Report about: Something went awry and you'd like to tell us about it. --- - + - If you remove or skip this template, you'll make the 🐼 sad and the mighty god - of Github will appear and pile-drive the close button from a great height - while making animal noises. +### Bug report - 👉🏽 Need support, advice, or help? Don't open an issue! - Head to StackOverflow or https://gitter.im/webpack/webpack. ---> - -### Please paste the results of `npx webpack info` here, and mention other relevant information - -### Expected Behavior - - + + + + + ### Actual Behavior - - -### Code + -```js -// webpack.config.js -// If your code blocks are over 20 lines, please paste a link to a gist -// (https://gist.github.com). -``` +### Expected Behavior -```js -// additional code, HEY YO remove this block if you don't need it -``` + + ### How Do We Reproduce? - + + + + + - If your webpack config is over 50 lines long, please provide a URL to a repo - for your beefy 🍖 app that we can use to reproduce. ---> +### Please paste the results of `npx webpack info` here, and mention other relevant information diff --git a/.github/ISSUE_TEMPLATE/DOCS.md b/.github/ISSUE_TEMPLATE/DOCS.md index 88d05ddd..835bddb2 100644 --- a/.github/ISSUE_TEMPLATE/DOCS.md +++ b/.github/ISSUE_TEMPLATE/DOCS.md @@ -3,16 +3,8 @@ name: 📚 Documentation about: Are the docs lacking or missing something? Do they need some new 🔥 hotness? Tell us here. --- - + + Documentation Is: @@ -25,4 +17,10 @@ Documentation Is: ### Please Explain in Detail... + + + + + + ### Your Proposal for Changes diff --git a/.github/ISSUE_TEMPLATE/FEATURE.md b/.github/ISSUE_TEMPLATE/FEATURE.md index ec061d0c..be9ccf37 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE.md +++ b/.github/ISSUE_TEMPLATE/FEATURE.md @@ -3,23 +3,17 @@ name: ✨ Feature Request about: Suggest an idea for this project --- - - -- Operating System: -- Node Version: -- NPM Version: -- webpack Version: -- postcss-loader Version: + + ### Feature Proposal + + + + + + ### Feature Use Case + +### Please paste the results of `npx webpack info` here, and mention other relevant information diff --git a/.github/ISSUE_TEMPLATE/MODIFICATION.md b/.github/ISSUE_TEMPLATE/MODIFICATION.md index d15c806d..e50dbdb2 100644 --- a/.github/ISSUE_TEMPLATE/MODIFICATION.md +++ b/.github/ISSUE_TEMPLATE/MODIFICATION.md @@ -3,25 +3,19 @@ name: 🔧 Modification Request about: Would you like something work differently? Have an alternative approach? This is the template for you. --- - + - If you remove or skip this template, you'll make the 🐼 sad and the mighty god - of Github will appear and pile-drive the close button from a great height - while making animal noises. - - 👉🏽 Need support, advice, or help? Don't open an issue! - Head to StackOverflow or https://gitter.im/webpack/webpack. ---> +### Modification Proposal -- Operating System: -- Node Version: -- NPM Version: -- webpack Version: -- postcss-loader Version: + + + + + ### Expected Behavior / Situation ### Actual Behavior / Situation -### Modification Proposal +### Please paste the results of `npx webpack info` here, and mention other relevant information diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md index 558934ac..d5c05a28 100644 --- a/.github/ISSUE_TEMPLATE/SUPPORT.md +++ b/.github/ISSUE_TEMPLATE/SUPPORT.md @@ -4,5 +4,5 @@ about: 👉🏽 Need support, help, or advice? Don't open an issue! Head to Stac --- Hey there! If you need support, help, or advice then this is not the place to ask. -Please visit [StackOverflow](https://stackoverflow.com/questions/tagged/webpack) +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. From 0ddba10133e1f6bf334011852e0a60c0d2b68a98 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Tue, 24 Aug 2021 14:00:21 +0300 Subject: [PATCH 3/3] docs: update templates --- .github/ISSUE_TEMPLATE/BUG.md | 2 +- .github/ISSUE_TEMPLATE/DOCS.md | 4 ++-- .github/ISSUE_TEMPLATE/FEATURE.md | 2 +- .github/ISSUE_TEMPLATE/MODIFICATION.md | 2 +- .github/ISSUE_TEMPLATE/SUPPORT.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index 0518ca8e..5f83371e 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -3,7 +3,7 @@ name: 🐛 Bug Report about: Something went awry and you'd like to tell us about it. --- - + ### Bug report diff --git a/.github/ISSUE_TEMPLATE/DOCS.md b/.github/ISSUE_TEMPLATE/DOCS.md index 835bddb2..0db304fa 100644 --- a/.github/ISSUE_TEMPLATE/DOCS.md +++ b/.github/ISSUE_TEMPLATE/DOCS.md @@ -3,7 +3,7 @@ name: 📚 Documentation about: Are the docs lacking or missing something? Do they need some new 🔥 hotness? Tell us here. --- - + Documentation Is: @@ -17,7 +17,7 @@ Documentation Is: ### Please Explain in Detail... - + diff --git a/.github/ISSUE_TEMPLATE/FEATURE.md b/.github/ISSUE_TEMPLATE/FEATURE.md index be9ccf37..343d9707 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE.md +++ b/.github/ISSUE_TEMPLATE/FEATURE.md @@ -3,7 +3,7 @@ name: ✨ Feature Request about: Suggest an idea for this project --- - + ### Feature Proposal diff --git a/.github/ISSUE_TEMPLATE/MODIFICATION.md b/.github/ISSUE_TEMPLATE/MODIFICATION.md index e50dbdb2..c9e5ec1b 100644 --- a/.github/ISSUE_TEMPLATE/MODIFICATION.md +++ b/.github/ISSUE_TEMPLATE/MODIFICATION.md @@ -3,7 +3,7 @@ name: 🔧 Modification Request about: Would you like something work differently? Have an alternative approach? This is the template for you. --- - + ### Modification Proposal diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md index d5c05a28..600bf0b2 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 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, StackOverflow or https://gitter.im/webpack/webpack. --- Hey there! If you need support, help, or advice then this is not the place to ask.