Skip to content

Commit 93104af

Browse files
authored
Add instruction on dependency upgrade in PR template (#908)
Why? Dependency upgrade is sometimes overlooked and may cause issues like #900 to happen.
1 parent c373b65 commit 93104af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212

1313
<!-- Assuming the worst case, what can be broken when deploying this change to production? -->
14+
<!-- If you are upgrading a dependency, please mention the major version change. Read changelogs and capture any breaking changes here. -->
1415
**Potential risks**
1516

1617
<!-- Is it notable for release? e.g. schema updates, configuration or data migration required? If so, please mention it, and also update CHANGELOG.md -->

0 commit comments

Comments
 (0)