Skip to content

Commit

Permalink
Add pull request template.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Apr 30, 2019
1 parent e33e89f commit 4b3ba71
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Description

Describe the feature / improvement / bugfix you did. This will be in the release notes.
Please refer to an issue number if there is one.

## Breaking changes

Does this include any (potentially) breaking API changes?

# Checklist

Make sure you check all the boxes. You can omit items that are not applicable.

- [ ] Implementation for both `<Async>` and `useAsync()`
- [ ] Added / updated the unit tests
- [ ] Added / updated the documentation
- [ ] Updated the PropTypes
- [ ] Updated the TypeScript type definitions

0 comments on commit 4b3ba71

Please sign in to comment.