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?
2021-10-20 20:13:41 +00:00
* [ ] Is this change backwards compatible? For example, developers won't need to change how they are calling the API or how they've extended core plugins such as Tables or Plots.
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
* [ ] Command line build passes?
* [ ] Has this been smoke tested?
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?
* [ ] Has associated issue been labelled unverified? (only applicable if this PR closes the issue)
* [ ] Has associated issue been labelled bug? (only applicable if this PR is for a bug fix)