Skip to content

Commit 1f5526f

Browse files
committed
Added PR template
1 parent e120c16 commit 1f5526f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Algorithm Implementation
3+
about: Generic template per algo implementation
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
This PR implements the code for <algo name> in <language name> referred in issue #<issue number>
11+
12+
I have read the contributing guidelines in [CONTRIBUTING.md](https://github.com/deutranium/Algorithms/blob/master/CONTRIBUTING.md) and have ensured the follwing:
13+
14+
- [ ] My code is placed in the required directory as outlined in [CONTRIBUTING.md](https://github.com/deutranium/Algorithms/blob/master/CONTRIBUTING.md)
15+
- [ ] My code file is named according to [CONTRIBUTING.md](https://github.com/deutranium/Algorithms/blob/master/CONTRIBUTING.md)
16+
- [ ] Variables, classes, functions etc. follow camel case as outlined in [CONTRIBUTING.md](https://github.com/deutranium/Algorithms/blob/master/CONTRIBUTING.md)
17+
- [ ] My code hasn't been implemented or claimed by someone else and I have checked the present [issues](https://github.com/deutranium/Algorithms/issues) and [PRs](https://github.com/deutranium/Algorithms/pulls) for the same
18+
- [ ] **My code is well commented**
19+
- [ ] If my code is the first implementation of <algo name>, I have added the link to this directory in [README.md](https://github.com/deutranium/Algorithms/blob/master/Readme.md)

0 commit comments

Comments
 (0)