We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acacd2b commit b54cef5Copy full SHA for b54cef5
.github/PULL_REQUEST_TEMPLATE.md
@@ -1,8 +1,9 @@
1
### Description:
2
Explain the purpose of the PR.
3
4
-### Checklists:
5
-* [ ] Tests passing
+### Checklist:
+- [ ] **Tests Passing**: Verify by running `make test`.
6
+- [ ] **Golint Passing**: Confirm by running `make lint`.
7
8
#### If added a new utility function or updated existing function logic:
9
* [ ] Updated [EXAMPLES.md](/EXAMPLES.md)
0 commit comments