Skip to content

Commit 73c3896

Browse files
committed
Update PR doc
1 parent 763e5d7 commit 73c3896

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please provide a brief description of the changes in this PR.
1212
- [ ] Other (please describe):
1313

1414
### Testing
15-
- [ ] I have run `make release-tests` and all tests pass
15+
- [ ] I have run `make pr-tests` and all tests pass
1616
- [ ] I have added tests that prove my fix is effective or that my feature works
1717
- [ ] New and existing unit tests pass locally with my changes
1818

@@ -27,10 +27,10 @@ Please ensure you have completed the following before submitting your PR:
2727

2828
```bash
2929
# Run comprehensive tests
30-
make release-tests
30+
make pr-tests
3131
```
3232

3333
If the above command fails, please fix the issues before submitting your PR.
3434

3535
### Additional Notes
36-
Add any other context about the pull request here.
36+
Add any other context about the pull request here.

0 commit comments

Comments
 (0)