Skip to content

Commit b2dd1ee

Browse files
committed
Merge branch 'master' of github.com:webpack/webpack into SortableSet-types
2 parents a55bfc6 + 5a3986d commit b2dd1ee

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
54
---
65

7-
<!-- Please don't delete this template or we'll close your issue -->
6+
<!-- Please don't delete this template because we'll close your issue -->
87
<!-- Before creating an issue please make sure you are using the latest version of webpack. -->
98

109
# Bug report
@@ -20,18 +19,18 @@ about: Create a report to help us improve
2019
**If the current behavior is a bug, please provide the steps to reproduce.**
2120

2221

23-
<!-- A great way to do this is to provide your configuration via a GitHub repo. -->
24-
<!-- Best provide a minimal reproduceable repo with instructions -->
25-
<!-- Repos with too many files or long configs are not suitable -->
26-
<!-- Please only add small snippets of code directly into the issue -->
22+
<!-- A great way to do this is to provide your configuration via a GitHub repository -->
23+
<!-- The most helpful is a minimal reproduction with instructions on how to reproduce -->
24+
<!-- Repositories with too many files or large `webpack.config.js` files are not suitable -->
25+
<!-- Please only add small code snippets directly into this issue -->
2726
<!-- https://gist.github.com is a good place for longer code snippets -->
28-
<!-- If your issue is caused by a plugin or loader file the issue on the plugin/loader repo instead. -->
27+
<!-- If your issue is caused by a plugin or loader, please create an issue on the loader/plugin repository instead -->
2928

3029
**What is the expected behavior?**
3130

3231

33-
<!-- "It should work" is not a good explaination -->
34-
<!-- Explain how exactly you expecting it to behave -->
32+
<!-- "It should work" is not a helpful explanation -->
33+
<!-- Explain exactly how it should behave -->
3534

3635
**Other relevant information:**
3736
webpack version:

0 commit comments

Comments
 (0)