2022-01-20 18:31:06 +00:00
<!-- - Note: Please open the PR in draft form until you are ready for active review. -->
2022-01-26 19:55:55 +00:00
Closes <!-- - Insert Issue Number(s) this PR addresses. Start by typing # will open a dropdown of recent issues. Note: this does not work on PRs which target release branches -->
2022-01-20 18:31:06 +00:00
### Describe your changes:
<!-- - Describe your changes and add any comments about your approach either here or inline if code comments aren't added -->
2021-05-28 19:24:14 +00:00
### All Submissions:
2021-05-28 21:16:56 +00:00
* [ ] Have you followed the guidelines in our [Contributing document ](https://github.com/nasa/openmct/blob/master/CONTRIBUTING.md )?
2021-05-28 19:24:14 +00:00
* [ ] Have you checked to ensure there aren't other open [Pull Requests ](https://github.com/nasa/openmct/pulls ) for the same update/change?
2024-03-05 03:09:33 +00:00
* [ ] Is this a [notable change ](../docs/src/process/release.md ) that will require a special callout in the release notes? For example, will this break compatibility with existing APIs or projects that consume these plugins?
2021-05-28 19:24:14 +00:00
### Author Checklist
* [ ] Changes address original issue?
2022-07-27 21:31:18 +00:00
* [ ] Tests included and/or updated with changes?
2021-05-28 19:24:14 +00:00
* [ ] Has this been smoke tested?
2023-12-14 18:55:51 +00:00
* [ ] Have you associated this PR with a `type:` label? Note: this is not necessarily the same as the original issue.
* [ ] Have you associated a milestone with this PR? Note: leave blank if unsure.
2022-05-17 18:07:59 +00:00
* [ ] Testing instructions included in associated issue OR is this a dependency/testcase change?
2022-01-20 18:31:06 +00:00
### Reviewer Checklist
* [ ] Changes appear to address issue?
2022-09-29 00:13:41 +00:00
* [ ] Reviewer has tested changes by following the provided instructions?
2022-01-20 18:31:06 +00:00
* [ ] Changes appear not to be breaking changes?
2022-09-29 00:13:41 +00:00
* [ ] Appropriate automated tests included?
2022-01-20 18:31:06 +00:00
* [ ] Code style and in-line documentation are appropriate?