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?
* [ ] Unit tests included and/or updated with changes?
* [ ] Command line build passes?
* [ ] Has this been smoke tested?
2021-05-28 21:55:36 +00:00
* [ ] Testing instructions included in associated issue?