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.
6
+
7
+
Fixes # (issue)
8
+
9
+
## Testing
10
+
11
+
Please test all changes, however trivial, against the supplied pytest suite `tests/test_*.py`. Please describe any test cases you have amended or added to this suite to maintain code coverage.
12
+
13
+
-[ ] Test A
14
+
-[ ] Test B
15
+
16
+
## Checklist:
17
+
18
+
-[ ] I agree to abide by the code of conduct (see [CODE_OF_CONDUCT.md](https://github.com/semuconsulting/pymandel/blob/master/CODE_OF_CONDUCT.md)).
19
+
-[ ] My code follows the style guidelines of this project (see [CONTRIBUTING.MD](https://github.com/semuconsulting/pymandel/blob/master/CONTRIBUTING.md)).
20
+
-[ ] I have performed a self-review of my own code.
21
+
-[ ] (*if appropriate*) I have cited my u-blox documentation source(s).
22
+
-[ ] I have commented my code, particularly in hard-to-understand areas.
23
+
-[ ] I have made corresponding changes to the documentation.
24
+
-[ ] (*if appropriate*) I have added test cases to the `tests/test_*.py` unittest suite to maintain code coverage.
25
+
-[ ] I have tested my code against the full `tests/test_*.py` unittest suite.
26
+
-[ ] My changes generate no new warnings.
27
+
-[ ] Any dependent changes have been merged and published in downstream modules.
28
+
-[ ] I have [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) my commits.
29
+
-[ ] I understand and acknowledge that the code will be published under a GPLv3 license.
0 commit comments