You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a reminder, PRs that are smaller in size and scope will be reviewed and
19
+
merged quicker, so please consider if your PR could be split up into more than
20
+
one independent part before submitting it, no PR is too small. The maintainers
21
+
of this project may also split up larger PRs into smaller more manageable PRs
22
+
if they deem it necessary.
23
+
24
+
PRs should be reviewed and approved by at least two people other than the
25
+
author using GitHub's review system before being merged. Reviews are open to
26
+
anyone, so please consider reviewing other open pull requests as this will also
27
+
free up the capacity required for your PR to be reviewed.
28
+
-->
29
+
30
+
# Summary of changes
31
+
32
+
<!--
33
+
Briefly explain what changes the pull request is making and why. Ideally this
34
+
should cover all changes in the pull request as the changes will be reviewed
35
+
against this summary to ensure that the PR does not include unintended changes.
36
+
37
+
Please also explicitly state if the PR makes any changes that are not backwards
38
+
compatible.
39
+
-->
40
+
41
+
# Checklist
42
+
43
+
<!--
44
+
If an item on this list doesn't apply to your pull request, just remove it.
45
+
46
+
If, for some reason, you can't check some items on the checklist, or you are
47
+
unsure about them, submit your PR as is and ask for help.
48
+
-->
49
+
50
+
-[ ] Checked that there aren't other open pull requests for
51
+
the same change.
52
+
-[ ] Added tests for any changes that have a runtime impact.
53
+
-[ ] Checked that all tests and type checking passes.
54
+
- For changes that have a potential impact on users of this project:
55
+
-[ ] Updated relevant documentation to avoid inaccuracies.
56
+
-[ ] Considered adding additional documentation.
57
+
-[ ] Considered adding an example in `./examples` for new features.
58
+
-[ ] Considered updating our changelog (`CHANGELOG.md`).
59
+
-[ ] Considered granting [push permissions to the PR branch](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork),
60
+
so maintainers can fix minor issues and keep your PR up to date.
0 commit comments