-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update bug report template #545
Conversation
Codecov Report
@@ Coverage Diff @@
## master #545 +/- ##
==========================================
+ Coverage 93.26% 93.58% +0.32%
==========================================
Files 5 5
Lines 312 312
Branches 101 101
==========================================
+ Hits 291 292 +1
+ Misses 19 18 -1
Partials 2 2
Continue to review full report at Codecov.
|
/cc @snitin315 I updated more templates and improve them, can you review? If it will be ok, let's update them everywhere |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few suggestions. I will update templates in other repos.
.github/ISSUE_TEMPLATE/BUG.md
Outdated
@@ -3,48 +3,33 @@ name: 🐛 Bug Report | |||
about: Something went awry and you'd like to tell us about it. | |||
--- | |||
|
|||
<!-- | |||
Issues are so 🔥 | |||
<!-- Please don't delete this template because we'll close your issue --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!-- Please don't delete this template because we'll close your issue --> | |
<!-- Please don't delete this template otherwise your issue will be closed immediately --> |
.github/ISSUE_TEMPLATE/DOCS.md
Outdated
👉🏽 Need support, advice, or help? Don't open an issue! | ||
Head to StackOverflow or https://gitter.im/webpack/webpack. | ||
--> | ||
<!-- Please don't delete this template because we'll close your issue --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!-- Please don't delete this template because we'll close your issue --> | |
<!-- Please don't delete this template otherwise your issue will be closed immediately --> |
.github/ISSUE_TEMPLATE/FEATURE.md
Outdated
- NPM Version: | ||
- webpack Version: | ||
- postcss-loader Version: | ||
<!-- Please don't delete this template because we'll close your issue --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!-- Please don't delete this template because we'll close your issue --> | |
<!-- Please don't delete this template otherwise your issue will be closed immediately --> |
@@ -3,25 +3,19 @@ name: 🔧 Modification Request | |||
about: Would you like something work differently? Have an alternative approach? This is the template for you. | |||
--- | |||
|
|||
<!-- | |||
Issues are so 🔥 | |||
<!-- Please don't delete this template because we'll close your issue --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!-- Please don't delete this template because we'll close your issue --> | |
<!-- Please don't delete this template otherwise your issue will be closed immediately --> |
@snitin315 done 👍 |
Good to merge 👍🏻 |
@snitin315 oh, we forget one thing, for third party loader/plugins, we should also ask version, for example here is postcss |
@snitin315 I think we should improve our info command, i.e. |
I will fix it, after merge webpack/webpack-cli#2907 and improve |
That will a great enhancement 👍🏻 |
No description provided.