JavaAlgorithms/.github/pull_request_template.md
2022-10-26 10:23:38 +03:00

8 lines
446 B
Markdown

<!-- For completed items, change [ ] to [x] -->
- [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md).
- [ ] This pull request is all my own work -- I have not plagiarized it.
- [ ] 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.