Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Henry <akhenry@gmail.com>2022-09-29 03:13:41 +0300
committerGitHub <noreply@github.com>2022-09-29 03:13:41 +0300
commit35c42ba43de5f1ee5348d686e8fd4d498ec42d00 (patch)
tree1c2e8243a6f08ad60ae005eea9f09317485ede3c
parent6bdb8c9e1c9421c150a3db48eb52ff5d2d130b11 (diff)
Reviewer to smoke test PRs before merge (#5771)
* Reviewer to smoke test PRs before merge * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md Changes based on feedback * Update PULL_REQUEST_TEMPLATE.md Tweaking the language slightly for clarity. * Update PULL_REQUEST_TEMPLATE.md Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index a5525f4ce..f6728a7d2 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -21,9 +21,9 @@ Closes <!--- Insert Issue Number(s) this PR addresses. Start by typing # will op
### Reviewer Checklist
* [ ] Changes appear to address issue?
+* [ ] Reviewer has tested changes by following the provided instructions?
* [ ] Changes appear not to be breaking changes?
-* [ ] Appropriate unit tests included?
+* [ ] Appropriate automated 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)