Skip to content

Commit b20cd47

Browse files
committed
Change pull request template to check tasks by default
1 parent 0179851 commit b20cd47

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!--- Describe your changes in detail -->
77

8-
## 📄 Motivation and Context
8+
## 📄 Motivation and context
99

1010
<!--- Why is this change required? What problem does it solve? -->
1111
<!--- If it fixes an open issue, please link to the issue here. -->
@@ -23,9 +23,9 @@
2323

2424
### ✅ Checklist
2525

26-
- [ ] My code follows the code style and naming conventions of this project.
27-
- [ ] I have updated the documentation (if appropriate).
28-
- [ ] I have updated the changelog accordingly.
29-
- [ ] I have read the **CONTRIBUTING** document.
30-
- [ ] I have added tests to cover my changes.
31-
- [ ] All new and existing tests passed.
26+
- [x] My code follows the code style and naming conventions of this project.
27+
- [x] I have updated the documentation (if appropriate).
28+
- [x] I have updated the changelog accordingly.
29+
- [x] I have read the **CONTRIBUTING** document.
30+
- [x] I have added tests to cover my changes.
31+
- [x] All new and existing tests passed.

0 commit comments

Comments
 (0)