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
<!-- This is an generated PR template by @gawdn -->
2
+
<!-- Please ensure you complete the checklist -->
3
+
4
+
## Changes
5
+
- List all major changes made here
6
+
7
+
## Change reason
8
+
List the reason you are making the change here.
9
+
10
+
## Comments
11
+
- Add any other comments about the PR here
12
+
13
+
## Closes
14
+
- Add issues that this PR closes here
15
+
16
+
## Checklist
17
+
-[ ] PR is named appropriately (describe what it does/changes/fixes)
18
+
-[ ] Changes are "atomic" (related to the same thing) otherwise consider splitting your PR into two changes
19
+
-[ ] You have linked the issues this PR closes by using `Close #issue_number`
20
+
-[ ] You have assigned this PR to yourself (or as appropriate)
21
+
-[ ] You have assigned reviewers to the PR
22
+
-[ ] You have labelled this PR appropriately
23
+
-[ ] You have set the project and milestone
24
+
-[ ] You have rebased this PR against the remote base branch using `git rebase -i origin/dev` (other relevant base branch). Read the [contributing guide](CONTRIBUTING.md) if you're unsure.
0 commit comments