Closes
- Have you followed the guidelines in our Contributing document?
- Have you checked to ensure there aren't other open Pull Requests 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.
- Changes address original issue?
- Unit tests included and/or updated with changes?
- Command line build passes?
- Has this been smoke tested?
- Testing instructions included in associated issue?
- Changes appear to address issue?
- Changes appear not to be breaking changes?
- Appropriate unit tests included?
- Code style and in-line documentation are appropriate?
- Commit messages meet standards?
- 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)