Skip to content

Commit d504cf2

Browse files
created PR templated
1 parent 1d99935 commit d504cf2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

PULL_REQUEST_TEMPLATE

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Pull Request Template
2+
3+
## Description
4+
5+
Please include a summary of the problem and about the approach to solve the solution. Please also include relevant motivation and context.
6+
List any dependencies that are required for this change.
7+
8+
## Put check marks:
9+
## Have you made changes in [README](https://github.com/codedecks-in/LeetCode-Solutions/blob/master/README.md) file ?
10+
- [ ] Added problem & solution under correct topic.
11+
- [ ] Specified Space & Time complexity.
12+
- [ ] Specified difficulty level, tag & Note(if any).
13+
14+
## How Has This Been Tested?
15+
16+
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
17+
18+
- [ ] Test A
19+
- [ ] Test B
20+
21+
## Checklist:
22+
23+
- [ ] My code follows the style guidelines of this project
24+
- [ ] I have performed a self-review of my own code
25+
- [ ] I have commented my code, particularly in hard-to-understand areas
26+
- [ ] I have made corresponding changes to the documentation
27+
- [ ] My changes generate no new warnings
28+
- [ ] Any dependent changes have been merged and published in downstream modules

0 commit comments

Comments
 (0)