-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(github): add a pull request template
- Loading branch information
1 parent
dacb70b
commit c5cf2d2
Showing
1 changed file
with
26 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,26 @@ | ||
## Pull request type | ||
|
||
Please check the type of change your PR introduces: | ||
|
||
- [ ] Update | ||
- [ ] Bugfix | ||
- [ ] Feature | ||
- [ ] Code style update (formatting, renaming) | ||
- [ ] Refactoring (no functional changes, no api changes) | ||
- [ ] Build related changes | ||
- [ ] Documentation content changes | ||
|
||
## Closed Issues | ||
|
||
Closes: #xxxx | ||
|
||
## What is the new behavior? | ||
|
||
Please describe the behavior or changes that are being added by this PR. | ||
|
||
- | ||
- | ||
|
||
## Other information | ||
|
||
Any other information that is important to this PR such as screenshots of how the component looks before and after the change. |