mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
Add test requirement to pull request template (#7185)
* Add checklist item for test class inclusion * Update pull request template for algorithm tests
This commit is contained in:
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
@@ -13,4 +13,5 @@ In order to reduce the number of notifications sent to the maintainers, please:
|
||||
- [ ] All filenames are in PascalCase.
|
||||
- [ ] All functions and variable names follow Java naming conventions.
|
||||
- [ ] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
|
||||
- [ ] All new code is formatted with `clang-format -i --style=file path/to/your/file.java`
|
||||
- [ ] All new algorithms include a corresponding test class that validates their functionality.
|
||||
- [ ] All new code is formatted with `clang-format -i --style=file path/to/your/file.java`
|
||||
|
||||
Reference in New Issue
Block a user