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
+3-10
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,6 @@
1
-
---
2
-
name: Algorithm Implementation
3
-
about: Generic template per algo implementation
4
-
title: ''
5
-
labels: ''
6
-
assignees: ''
1
+
<!-- delete the section not relevant to you below -->
7
2
8
-
---
9
-
10
-
### For PRs related to algo implementation
3
+
<!-- For PRs related to algo implementation -->
11
4
12
5
This PR implements the code for <algoname> in <languagename> referred in issue #<issuenumber>
13
6
@@ -21,7 +14,7 @@ I have read the contributing guidelines in [CONTRIBUTING.md](https://github.com/
21
14
-[ ] 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
15
-[ ] I have **not** copied my code from anywhere
23
16
24
-
###For PRs related to creating algo READMEs
17
+
<!-- For PRs related to creating algo READMEs-->
25
18
26
19
This PR creates/modifies the README for <algoname>
0 commit comments