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.
3
+
4
+
Fixes # (issue)
5
+
6
+
### Type of change
7
+
-[ ] Bug fix (non-breaking change which fixes an issue)
8
+
-[ ] New feature (non-breaking change which adds functionality)
9
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
10
+
-[ ] Documentation update
11
+
-[ ] This change requires a documentation update
12
+
13
+
### How Has This Been Tested?
14
+
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.
15
+
16
+
-[ ] Unit Tests (`python manage.py test`)
17
+
-[ ] Integration Tests
18
+
-[ ] Manual Tests
19
+
20
+
### Checklist:
21
+
-[ ] My code follows the style guidelines of this project
22
+
-[ ] I have performed a self-review of my own code
23
+
-[ ] I have commented my code, particularly in hard-to-understand areas
24
+
-[ ] I have made corresponding changes to the documentation
25
+
-[ ] My changes generate no new warnings
26
+
-[ ] I have added tests that prove my fix is effective or that my feature works
27
+
-[ ] New and existing unit tests pass locally with my changes
28
+
-[ ] Any dependent changes have been merged and published in downstream modules
0 commit comments