Closed btovar closed 2 weeks ago
Follows what we do in chirp_reli_open after the file has been created and needs to be opened again.
chirp_reli_open
Give an overall description of the changes, along with the context and motivation. Mention relevant issues and pull requests as needed.
The following items must be completed before PRs can be merge. Check these off to verify you have completed all steps.
make test
make format
make lint
Follows what we do in
chirp_reli_open
after the file has been created and needs to be opened again.Proposed Changes
Give an overall description of the changes, along with the context and motivation. Mention relevant issues and pull requests as needed.
Merge Checklist
The following items must be completed before PRs can be merge. Check these off to verify you have completed all steps.
make test
Run local tests prior to pushing.make format
Format source code to comply with lint policies. Note that some lint errors can only be resolved manually (e.g., Python)make lint
Run lint on source code prior to pushing.