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 changes and which issue(s) is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
4
+
5
+
**Please note that all PRs must have tests attached to them**
6
+
7
+
IMPORTANT: Please review the [CONTRIBUTING.md](../CONTRIBUTING.md) file for detailed contributing guidelines.
8
+
9
+
## Issues
10
+
11
+
All PRs must have an accompanied issue. Please make sure you created it and linked it here.
12
+
13
+
## Type of change
14
+
15
+
Please delete options that are not relevant.
16
+
17
+
-[ ] Bug Fix
18
+
-[ ] Improvement
19
+
-[ ] New Feature
20
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
21
+
-[ ] This change requires a documentation update
22
+
23
+
## Checklist
24
+
25
+
-[ ] My code follows the style guidelines of this project [cfformat](../.cfformat.json)
26
+
-[ ] I have commented my code, particularly in hard-to-understand areas
27
+
-[ ] I have made corresponding changes to the documentation
28
+
-[ ] I have added tests that prove my fix is effective or that my feature works
29
+
-[ ] New and existing unit tests pass locally with my changes
0 commit comments