forked from ricky0123/vad
-
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.
Create pull_request_template.md (ricky0123#74)
- Loading branch information
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 @@ | ||
## Description of changes | ||
|
||
<!-- | ||
Please describe your changes and link to related issues. | ||
--> | ||
|
||
## Checklist | ||
|
||
<!-- | ||
Please do all of the following that apply to your PR. | ||
If you are submitting an update to the source code of vad-web or vad-react, | ||
all items will likely be relevant. You are welcome to create your PR as a draft | ||
PR without having completed all items. | ||
--> | ||
|
||
- [ ] Added a test to verify that changes work as expected (if one doesn't exist already) <!-- can be an automated test or an update to the manual test site --> | ||
- [ ] Ran automated tests successfully <!-- `npm run build && npm run test` --> | ||
- [ ] Viewed manual test site and verified that pages are working <!-- `npm run dev` --> | ||
- [ ] Bumped versions in relevant packages | ||
- [ ] Updated relevant changelogs <!-- see the `/changelogs` directory --> |