Skip to content

Commit 1aab79d

Browse files
authored
Add a pull request template (#208)
* Add a pull request template * Add link to CoC and contributing guidelines * Removee top comments
1 parent 11be6be commit 1aab79d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### Description
2+
3+
<!-- Provide a description of the introduced changes in this pull request. -->
4+
<!-- If the pull request closes an issue, please update the issue ID below. -->
5+
6+
Closes #{ISSUE_ID} <!-- Remove if not applicable -->
7+
8+
### Checklist
9+
10+
- [ ] A description of the changes in this PR is mentioned above.
11+
- [ ] All the new and existing checks pass.
12+
- [ ] No plagiarized, duplicated, or repetitive documentation that has been directly copied from another source.
13+
- [ ] If it's a new explanation, it contains solid, understandable, and accessible information.
14+
- [ ] I have read the whole [contributing guidelines](https://github.com/TheAlgorithms/Algorithms-Explanation/blob/master/CONTRIBUTING.md) and agree to the [Code of Conduct](https://github.com/TheAlgorithms/.github/blob/master/CODE_OF_CONDUCT.md).
15+
16+
### Screenshots (if any)
17+
18+
<!--
19+
20+
If any, add screenshots to help explain your changes.
21+
Remove these comments to highlight the screenshots in the PR.
22+
23+
| Original | Updated |
24+
| :-----------------: | :----------------: |
25+
| original screenshot | updated screenshot |
26+
27+
-->
28+
29+
### Note to reviewers
30+
31+
<!-- Please add a one-line description for developers or pull request viewers, if any. -->

0 commit comments

Comments
 (0)