Skip to content

Commit 83d76f5

Browse files
committed
Added PR template for README
1 parent d5187e6 commit 83d76f5

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

Diff for: .github/pull_request_template.md

+3-10
Original file line numberDiff line numberDiff 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 -->
72

8-
---
9-
10-
### For PRs related to algo implementation
3+
<!-- For PRs related to algo implementation -->
114

125
This PR implements the code for <algo name> in <language name> referred in issue #<issue number>
136

@@ -21,7 +14,7 @@ I have read the contributing guidelines in [CONTRIBUTING.md](https://github.com/
2114
- [ ] 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)
2215
- [ ] I have **not** copied my code from anywhere
2316

24-
### For PRs related to creating algo READMEs
17+
<!-- For PRs related to creating algo READMEs -->
2518

2619
This PR creates/modifies the README for <algo name>
2720

0 commit comments

Comments
 (0)