Skip to content

Commit ba1deb5

Browse files
Update PR template to include checkbox for Unit Test related changes (#627)
1 parent 8252ede commit ba1deb5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/pull_request_template.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Test Steps
88
-----------
99
<!-- Describe the steps to reproduce. -->
1010

11+
Checklist:
12+
----------
13+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
14+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
15+
- [ ] I have tested my changes. No regression in existing tests.
16+
- [ ] I have modified and/or added unit-tests to cover the code changes in this Pull Request.
17+
1118
Related Issue
1219
-----------
1320
<!-- If any, please provide issue ID. -->

0 commit comments

Comments
 (0)