Skip to content

Commit 604d3fe

Browse files
committed
fix: removing my changes on pull_request_template
1 parent becead1 commit 604d3fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/pull_request_template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ In order to reduce the number of notifications sent to the maintainers, please:
88

99
<!-- For completed items, change [ ] to [x] -->
1010

11-
- [X] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md).
12-
- [X] This pull request is all my own work -- I have not plagiarized it.
13-
- [X] All filenames are in PascalCase.
14-
- [X] All functions and variable names follow Java naming conventions.
15-
- [X] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
16-
- [X] All new code is formatted with `clang-format -i --style=file path/to/your/file.java`
11+
- [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md).
12+
- [ ] This pull request is all my own work -- I have not plagiarized it.
13+
- [ ] All filenames are in PascalCase.
14+
- [ ] All functions and variable names follow Java naming conventions.
15+
- [ ] 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`

0 commit comments

Comments
 (0)