Skip to content

Commit b54cef5

Browse files
Updated pull request template (#93)
Signed-off-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com>
1 parent acacd2b commit b54cef5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
### Description:
22
Explain the purpose of the PR.
33

4-
### Checklists:
5-
* [ ] Tests passing
4+
### Checklist:
5+
- [ ] **Tests Passing**: Verify by running `make test`.
6+
- [ ] **Golint Passing**: Confirm by running `make lint`.
67

78
#### If added a new utility function or updated existing function logic:
89
* [ ] Updated [EXAMPLES.md](/EXAMPLES.md)

0 commit comments

Comments
 (0)