-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): create a pull request template (#70)
- Loading branch information
1 parent
f9646a5
commit 27fa6a9
Showing
1 changed file
with
20 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,20 @@ | ||
### Issues Fixed | ||
|
||
Include a list of issues that this pull request fixes. | ||
|
||
### Description | ||
|
||
Provide a brief description of the changes that you have made. | ||
|
||
### Checklist | ||
|
||
- [ ] I have performed a self-review of my own code. | ||
- [ ] New and existing unit tests pass locally and on CI with my changes. | ||
- [ ] I have tested my changes on Google Chrome. | ||
- [ ] I have tested my changes on Mozilla Firefox. | ||
- [ ] I added a documentation for the changes I have made (when necessary). | ||
|
||
### Additional Information | ||
|
||
Include any additional information that you think is necessary for this pull request, | ||
including screenshots of the changes that you have made. |