Skip to content

Commit

Permalink
feat(github): add PULL_REQUEST_TEMPLATE
Browse files Browse the repository at this point in the history
PR-URL: #105
  • Loading branch information
lundibundi committed Sep 15, 2020
1 parent 511b511 commit d9ff346
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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

0 comments on commit d9ff346

Please sign in to comment.