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_
Please delete options that are not relevant. Ensure same has been covered in the commit message as well.
17
+
18
+
- This is a `fix` change
19
+
- This is a `feat` change
20
+
- This is a `BREAKING CHANGE`
21
+
22
+
## Type of change
23
+
24
+
Please delete options that are not relevant.
25
+
26
+
- Bug fix (non-breaking change which fixes an issue)
27
+
- New feature (non-breaking change which adds functionality)
28
+
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
29
+
- This change requires a documentation update
30
+
31
+
## How Has This Been Tested?
32
+
33
+
_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_
34
+
35
+
### Automated
36
+
37
+
### Manual
38
+
39
+
## Checklist:
40
+
-[ ] My commit message mentions fix, feat, BREAKING CHANGE accordingly to increase the semantic versioning
41
+
-[ ] My code follows the style guidelines of this project
42
+
-[ ] I have performed a self-review of my own code
43
+
-[ ] I have commented my code, particularly in hard-to-understand areas
44
+
-[ ] I have made corresponding changes to the documentation
45
+
-[ ] I have checked my code/docs and corrected any misspellings
0 commit comments