-
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.
feat(github): add PULL_REQUEST_TEMPLATE
PR-URL: #105
- Loading branch information
1 parent
511b511
commit d9ff346
Showing
1 changed file
with
11 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,11 @@ | ||
<!-- Brief summary of the changes: --> | ||
|
||
<!-- | ||
Make sure you've completed all of the applicable tasks below. | ||
Change [ ] to [x] for completed items. | ||
--> | ||
|
||
- [ ] code is properly formatted (`npm run fmt`) | ||
- [ ] tests are added/updated | ||
- [ ] documentation is updated (`npm run doc` to regenerate documentation based on comments) | ||
- [ ] description of changes is added under the `Unreleased` header in CHANGELOG.md |