-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pr): create pull request template
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- | ||
Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. | ||
Please provide enough information so that others can review your pull request. The three fields below are mandatory. | ||
--> | ||
|
||
## Summary | ||
|
||
<!-- | ||
Explain the **motivation** for making this change. What existing problem does the pull request solve? | ||
--> | ||
|
||
## Changelog | ||
|
||
<!-- | ||
Help reviewers and the release process by writing your own changelog entry. See this project's CHANGELOG.md | ||
for an example. | ||
--> | ||
|
||
## Test Plan | ||
|
||
<!-- | ||
Demonstrate the code is solid. Example: Unit tests, screenshots from an app showing | ||
the change in the module. | ||
--> |