We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5daf1e commit 0098e35Copy full SHA for 0098e35
.github/pull_request_template.md
@@ -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