openmct/.github/PULL_REQUEST_TEMPLATE.md
Jesse Mazzella 4c2b59d4a1
docs: update release.yml (#7518)
* docs: Update release.yml and docs (#7514)

Attempt one

* docs(release.yml): make plural (#7517)

---------

Co-authored-by: John Hill <john.c.hill@nasa.gov>
2024-02-20 15:03:01 -08:00

1.7 KiB

Closes

Describe your changes:

All Submissions:

  • 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 a notable change that will require a special callout in the release notes Notable Change ? For example, will this break compatibility with existing APIs or projects which source these plugins?

Author Checklist

  • Changes address original issue?
  • Tests included and/or updated with changes?
  • Command line build passes?
  • Has this been smoke tested?
  • 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?
  • 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)