Skip to content

Commit 4b3ba71

Browse files
committed
Add pull request template.
1 parent e33e89f commit 4b3ba71

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Description
2+
3+
Describe the feature / improvement / bugfix you did. This will be in the release notes.
4+
Please refer to an issue number if there is one.
5+
6+
## Breaking changes
7+
8+
Does this include any (potentially) breaking API changes?
9+
10+
# Checklist
11+
12+
Make sure you check all the boxes. You can omit items that are not applicable.
13+
14+
- [ ] Implementation for both `<Async>` and `useAsync()`
15+
- [ ] Added / updated the unit tests
16+
- [ ] Added / updated the documentation
17+
- [ ] Updated the PropTypes
18+
- [ ] Updated the TypeScript type definitions

0 commit comments

Comments
 (0)