Skip to content

Commit 0fc107d

Browse files
committed
Update PR template.
1 parent 665d8cf commit 0fc107d

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
@@ -24,8 +24,9 @@ Fixes #(issue_no)
2424
- [ ] My changes generate no new warnings.
2525
- [ ] I have added tests/screenshots (if any) that prove my fix is effective or that my feature works.
2626
- [ ] I have tested the tests implicated (if any) by my own code and they pass (`make test` or `ctest -VV -R <test-name>`).
27-
- [ ] If my change is significant or breaking, I have passed all tests with `./docker-compose.sh build &> output` and attached the output.
28-
- [ ] I have tested my code with `OPTION_BUILD_SANITIZER` or `./docker-compose.sh test &> output` and `OPTION_TEST_MEMORYCHECK`.
27+
- [ ] If my change is significant or breaking, I have passed all tests with `./docker-compose.sh test &> output` and attached the output.
28+
- [ ] I have tested my code with `OPTION_BUILD_SANITIZER` or `./docker-compose.sh test-sanitizer &> output` and `OPTION_TEST_MEMORYCHECK`.
29+
- [ ] I have tested my code with `OPTION_BUILD_THREAD_SANITIZER` or `./docker-compose.sh test-thread-sanitizer &> output`.
2930
- [ ] I have tested with `Helgrind` in case my code works with threading.
3031
- [ ] I have run `make clang-format` in order to format my code and my code follows the style guidelines.
3132

0 commit comments

Comments
 (0)