JavaAlgorithms/.github/pull_request_template.md

8 lines
446 B
Markdown
Raw Normal View History

2022-10-22 03:05:14 +08:00
<!-- For completed items, change [ ] to [x] -->
2020-08-23 13:06:49 +08:00
2020-10-23 14:07:43 +08:00
- [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md).
2022-10-15 14:16:15 +08:00
- [ ] This pull request is all my own work -- I have not plagiarized it.
2022-10-26 15:23:38 +08:00
- [ ] All filenames are in PascalCase.
2020-10-23 14:07:43 +08:00
- [ ] All functions and variable names follow Java naming conventions.
2022-10-15 14:16:15 +08:00
- [ ] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.