Skip to content

Commit 33b5dc5

Browse files
authored
Create pull_request_template.md
1 parent 75523f9 commit 33b5dc5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Describe your change:
2+
3+
4+
* [ ] Add a algorithm?
5+
* [ ] Fix a bug or typo in an existing algorithm?
6+
* [ ] Documentation change?
7+
8+
Checklist:
9+
* [ ] I have read CONTRIBUTING.md.
10+
* [ ] This pull request is all my own work -- I have not plagerized.
11+
* [ ] I know that pull request will not be merged if they the automated tests.
12+
* [ ] All new Python files are placed inside an existing directory.
13+
* [ ] All files are in all lowercase characters with no spaces or dashes.
14+
* [ ] All functions and variable names follow Python naming conventions.
15+
* [ ] All function parameters and return values are annotated with Python type hints.
16+
* [ ] All functions have doctests that pass the automated testing.
17+
* [ ] All new algorithms have a URL that points to Wikipedia or other similar explaination.

0 commit comments

Comments
 (0)