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
about: Describe the changes of a Pull Request you want to merge.
4
+
title: ''
5
+
labels: ''
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
# Status
2
11
**READY / WORK IN PROGRESS / HOLD**
3
12
4
-
## Migrations
5
-
YES | NO
6
13
7
-
## Description
8
-
A few sentences describing the overall goals of the pull request's commits.
14
+
# Description
15
+
16
+
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.
17
+
18
+
Fixes #(issue_number)
9
19
10
20
## Project impact
11
21
List the general project components that this PR will affect:
12
22
13
23
*
14
24
25
+
## Type of change
26
+
27
+
Please delete options that are not relevant.
28
+
29
+
-[ ] Bug fix (non-breaking change which fixes an issue)
30
+
-[ ] New feature (non-breaking change which adds functionality)
31
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Please describe the tests that you ran to verify your changes. If you haven't added any test and it is relevant provide instructions so we can reproduce.
28
46
29
-
## Steps to Test or Reproduce
30
-
Outline the steps to test or reproduce the PR here.
47
+
-[ ] I have added a new test
48
+
-[ ] I have modified a test to check this
49
+
50
+
Reproduce instructions:
31
51
32
52
```bash
33
53
git checkout <feature_branch>
34
54
```
55
+
56
+
57
+
# Checklist:
58
+
59
+
-[ ] My code follows the style guidelines of this project
60
+
-[ ] I have performed a self-review of my own code
61
+
-[ ] I have commented my code, particularly in hard-to-understand areas
62
+
-[ ] I have made corresponding changes to the documentation
63
+
-[ ] New and existing unit tests pass locally with my changes
64
+
-[ ] I have run the script to add headers if new files are present (i.e. `utils/scripts/header_setup/replace_all.sh`)
65
+
-[ ] I have rebased my branch before trying to merge.
0 commit comments