We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33e89f commit 4b3ba71Copy full SHA for 4b3ba71
.github/pull_request_template.md
@@ -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