You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,29 @@ assignees: ''
7
7
8
8
---
9
9
10
+
### For PRs related to algo implementation
11
+
10
12
This PR implements the code for <algoname> in <languagename> referred in issue #<issuenumber>
11
13
12
-
I have read the contributing guidelines in [CONTRIBUTING.md](https://github.com/deutranium/Algorithms/blob/master/CONTRIBUTING.md) and have ensured the follwing:
14
+
I have read the contributing guidelines in [CONTRIBUTING.md](https://github.com/deutranium/Algorithms/blob/master/CONTRIBUTING.md) and have ensured the following:
13
15
14
16
-[ ] My code is placed in the required directory as outlined in [CONTRIBUTING.md](https://github.com/deutranium/Algorithms/blob/master/CONTRIBUTING.md)
15
17
-[ ] My code file is named according to [CONTRIBUTING.md](https://github.com/deutranium/Algorithms/blob/master/CONTRIBUTING.md)
16
18
-[ ] Variables, classes, functions etc. follow camel case as outlined in [CONTRIBUTING.md](https://github.com/deutranium/Algorithms/blob/master/CONTRIBUTING.md)
17
19
-[ ] 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
20
-[ ]**My code is well commented**
19
21
-[ ] If my code is the first implementation of <algoname>, I have added the link to this directory in [README.md](https://github.com/deutranium/Algorithms/blob/master/Readme.md)
22
+
-[ ] I have **not** copied my code from anywhere
23
+
24
+
### For PRs related to creating algo READMEs
25
+
26
+
This PR creates/modifies the README for <algoname>
27
+
28
+
I have read the contributing guidelines in [CONTRIBUTING.md](https://github.com/deutranium/Algorithms/blob/master/CONTRIBUTING.md) and have ensured the following:
0 commit comments