Skip to content

Commit c7aed17

Browse files
authored
Merge pull request #4 from omen18/chore/add-pull-request-template
chore(github): add pull request template PULL_REQUEST_TEMPLATE.md
2 parents 544ee0f + 459f039 commit c7aed17

1 file changed

Lines changed: 5 additions & 19 deletions

File tree

.github/pull_request_template.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
1-
## Changes Proposed
1+
## Summary
2+
- Fixes #
23

3-
<!-- Describe the proposed changes and any additional information -->
4-
5-
<!-- Add all the screenshots which illustrate your changes -->
6-
7-
## Check List
8-
9-
<!-- Mark all the applicable boxes. To mark the box as done follow the following conventions -->
10-
<!--
11-
[x] - Correct; marked as done
12-
[X] - Correct; marked as done
13-
14-
[ ] - Not correct; marked as **not** done
15-
-->
16-
17-
- [ ] The title of my pull request is a short description of the changes
18-
- [ ] This PR relates to some issue: <!-- use "Closes #999" to auto-close related issue -->
19-
- [ ] I have documented the changes made (if applicable)
20-
- [ ] I have covered the changes with unit tests
4+
## Checklist
5+
- [x] Tests passed
6+
- [x] Docs updated
217

0 commit comments

Comments
 (0)