Skip to content

Commit 0eda2a1

Browse files
Add test requirement to pull request template (#7185)
* Add checklist item for test class inclusion * Update pull request template for algorithm tests
1 parent 6149ec7 commit 0eda2a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ In order to reduce the number of notifications sent to the maintainers, please:
1313
- [ ] All filenames are in PascalCase.
1414
- [ ] All functions and variable names follow Java naming conventions.
1515
- [ ] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
16-
- [ ] All new code is formatted with `clang-format -i --style=file path/to/your/file.java`
16+
- [ ] All new algorithms include a corresponding test class that validates their functionality.
17+
- [ ] All new code is formatted with `clang-format -i --style=file path/to/your/file.java`

0 commit comments

Comments
 (0)