Skip to content

Commit 47b589d

Browse files
docs(github): add PULL_REQUEST_TEMPLATE.md
1 parent 1c014e6 commit 47b589d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!-- Filling out the information below can facilitate the review/merge of the PR. -->
2+
3+
### What is the motivation for this pull request?
4+
5+
<!-- Is this a feature, bug fix, docs, etc.? -->
6+
7+
### What is the current behavior?
8+
9+
<!-- Please link to the issue (if applicable). -->
10+
11+
### What is the new behavior?
12+
13+
<!-- If this is a feature change or bug fix. -->
14+
15+
### Checklist:
16+
17+
<!--
18+
Feel free to remove any item that is irrelevant to your changes.
19+
To check an item, place an "x" in the box like so:
20+
- [x] Tests
21+
-->
22+
23+
- [ ] Tests
24+
- [ ] Documentation
25+
26+
<!--
27+
Do you have any additional comments?
28+
Thanks for contributing!
29+
-->

0 commit comments

Comments
 (0)