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
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
3
+
[Explain the *what* and *why* of this PR.]
4
4
5
-
Fixes #[insert issue number(s) here]
5
+
Fixes #[issue number(s) here]
6
6
7
7
## Type of change
8
8
9
-
Please select all that apply.
9
+
-[ ] Bug fix
10
+
-[ ] Feature / Refactor
11
+
-[ ] Breaking change
12
+
-[ ] Misc.
10
13
11
-
-[ ] Bug fix (non-breaking change which fixes an issue)
12
-
-[ ] New feature (non-breaking change which adds functionality)
13
-
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14
-
-[ ] This change requires a documentation update
15
-
-[ ] Other: [describe here]
14
+
## Quick Checklist
16
15
17
-
# How Has This Been Tested?
18
-
19
-
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
20
-
21
-
-[ ] Make sure code runs/builds on Linux **[REQUIRED]**
22
-
-[ ] Code produces no console errors upon launching the software
23
-
-[ ] Other (add any other tests run)
24
-
25
-
# Checklist:
26
-
27
-
-[ ] My code follows the style guidelines of this project
28
-
-[ ] I have performed a self-review of my own code
29
-
-[ ] I have added 1 or more reviewers to my pull request
30
-
-[ ] Reviewer has run the above tests to verify
31
-
-[ ] I have commented my code, particularly in hard-to-understand areas
32
-
-[ ] I have made corresponding changes to the documentation
33
-
-[ ] My changes generate no new warnings
34
-
-[ ] Myself or a reviewer has tested my code to prove my fix is effective or that my feature works
35
-
-[ ] New and existing unit tests pass locally with my changes (if applicable)
36
-
-[ ] Any dependent changes have been merged and published in downstream modules
16
+
-[ ] I have reviewed my own code.
17
+
-[ ] I have tested these changes locally.
18
+
-[ ] I have tested these changes on the following platforms (optional):
0 commit comments