Skip to content

Commit 99396be

Browse files
authored
Merge pull request webpack#3417 from webpack/doc/template-update
add some note to the PR template
2 parents 0674bc7 + eae5eb7 commit 99396be

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
22

33
**What kind of change does this PR introduce?**
4+
45
<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->
56

67
**Did you add tests for your changes?**
78

8-
**If relevant, did you update the documentation?**
9+
<!-- Note that we won't merge your changes if you don't add tests -->
10+
11+
**If relevant, link to documentation update:**
12+
13+
<!-- Link PR from webpack/webpack.js.org here, or N/A -->
914

1015
**Summary**
1116

1217
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
1318
<!-- Try to link to an open issue for more information. -->
1419

1520
**Does this PR introduce a breaking change?**
21+
1622
<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->
1723

1824
**Other information**

0 commit comments

Comments
 (0)