Skip to content

Commit 0098e35

Browse files
authoredDec 8, 2022
Create pull_request_template.md (skypilot-org#1501)
This basic template ensures tests are run and documented, while requiring minimal effort to fill in.
1 parent d5daf1e commit 0098e35

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎.github/pull_request_template.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- Describe the changes in this PR -->
2+
3+
Describe the changes in this PR:
4+
5+
6+
<!-- Describe tests ran in a "Tested:" section -->
7+
<!-- Unit tests (tests/test_*.py) are part of Github CI; the below are additional tests. -->
8+
9+
Tested (run the relevant ones):
10+
11+
- [ ] Any manual or new tests for this the PR
12+
- [ ] All smoke tests: `bash tests/run_smoke_tests.sh`
13+
- [ ] Relevant individual smoke tests: `bash tests/run_smoke_tests.sh test_fill_in_the_name`
14+
- [ ] Backward compatibility tests: `bash tests/backward_comaptibility_tests.sh`

0 commit comments

Comments
 (0)
Please sign in to comment.