- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation Update
- Hardware (schematic, board, system design) change
- Software change
- My change requires a change to the documentation.
- I have added / updated the documentation related to this change via either README or WIKI
- I have added tests to cover my changes.
- I have updated the
.github/workflows/build.ymlfile to add my new test to the automated cloud build github action. - All new and existing tests passed.
- My code follows the code style of this project.
- I have updated the design files (schematic, board, libraries).
- I have attached the PDFs of the SCH / BRD to this PR
- I have updated the design output (GERBER, BOM) files.