Skip to content

Commit 131e493

Browse files
authored
chore(pr): create pull request template
1 parent 6a490e1 commit 131e493

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--
2+
Thanks for submitting a pull request! We appreciate you spending the time to work on these changes.
3+
Please provide enough information so that others can review your pull request. The three fields below are mandatory.
4+
-->
5+
6+
## Summary
7+
8+
<!--
9+
Explain the **motivation** for making this change. What existing problem does the pull request solve?
10+
-->
11+
12+
## Changelog
13+
14+
<!--
15+
Help reviewers and the release process by writing your own changelog entry. See this project's CHANGELOG.md
16+
for an example.
17+
-->
18+
19+
## Test Plan
20+
21+
<!--
22+
Demonstrate the code is solid. Example: Unit tests, screenshots from an app showing
23+
the change in the module.
24+
-->

0 commit comments

Comments
 (0)