mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 01:48:51 +00:00
4075a31d96
* PR Cop * Update the PR Template * address review comments
30 lines
1.7 KiB
Markdown
30 lines
1.7 KiB
Markdown
<!--- Note: Please open the PR in draft form until you are ready for active review. -->
|
|
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 -->
|
|
|
|
### Describe your changes:
|
|
<!--- Describe your changes and add any comments about your approach either here or inline if code comments aren't added -->
|
|
|
|
### All Submissions:
|
|
|
|
* [ ] Have you followed the guidelines in our [Contributing document](https://github.com/nasa/openmct/blob/master/CONTRIBUTING.md)?
|
|
* [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/nasa/openmct/pulls) for the same update/change?
|
|
* [ ] 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.
|
|
|
|
### Author Checklist
|
|
|
|
* [ ] Changes address original issue?
|
|
* [ ] Tests included and/or updated with changes?
|
|
* [ ] Has this been smoke tested?
|
|
* [ ] 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.
|
|
* [ ] Is this a breaking change to be called out in the release notes?
|
|
* [ ] Testing instructions included in associated issue OR is this a dependency/testcase change?
|
|
|
|
### Reviewer Checklist
|
|
|
|
* [ ] Changes appear to address issue?
|
|
* [ ] Reviewer has tested changes by following the provided instructions?
|
|
* [ ] Changes appear not to be breaking changes?
|
|
* [ ] Appropriate automated tests included?
|
|
* [ ] Code style and in-line documentation are appropriate?
|