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
> The subject must start with a lowercase letter. Individual commit messages within your PR don't need to follow this format since they'll be squashed.
524
524
525
+
### PR descriptions
526
+
527
+
If your pull request directly addresses an open issue, use the following inside your PR description.
528
+
529
+
```text
530
+
Resolves | Fixes | Closes: #xxx
531
+
```
532
+
533
+
Replace `#xxx` with either a URL to the issue, or the number of the issue. For example:
0 commit comments