Skip to content

Commit 6b662a1

Browse files
Created PULL_REQUEST_TEMPLATE.md (keon#311)
* Create PULL_REQUEST_TEMPLATE.md * review change
1 parent 43ccd21 commit 6b662a1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
(Put an `X` inside the `[ ]` to denote check mark `[X]`.)
2+
3+
4+
- [ ] **If creating a new file :**
5+
- [ ] added links to it in the README files ?
6+
- [ ] included tests with it ?
7+
- [ ] added description (overview of algorithm, time and space compleixty, and possible edge case) in docstrings ?
8+
9+
- [ ] **if done some changes :**
10+
- [ ] wrote short description in the PR explaining what the changes do ?
11+
- [ ] Fixes #[issue number] if related to any issue
12+
13+
- [ ] **other**

0 commit comments

Comments
 (0)