Skip to content

Commit c63248a

Browse files
authored
Add a checklist item to consider similar issues in other places (#2494)
1 parent 08dd893 commit c63248a

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
@@ -16,6 +16,7 @@
1616
1717
- [ ] I have commented my code, particularly in hard-to-understand areas.
1818
- [ ] I have updated the documentation to reflect the changes.
19+
- [ ] I have considered whether similar issues could occur in other products, components, or modules if this PR is for bug fixes.
1920
- [ ] Any remaining open issues linked to this PR are documented and up-to-date (Jira, GitHub, etc.).
2021
- [ ] Tests (unit, integration, etc.) have been added for the changes.
2122
- [ ] My changes generate no new warnings.

0 commit comments

Comments
 (0)