summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-12-02 12:03:48 -0500
committerGitHub <noreply@github.com>2019-12-02 12:03:48 -0500
commitdaad2ef3a162a6559fd38f5b1b0f5bf76c9fdf11 (patch)
treef95180ef2fa65aa7549c234c903d8d75e277d26e
parent502a76679ea279f77e1873a580121ff6c7621723 (diff)
downloadsdl_ios-daad2ef3a162a6559fd38f5b1b0f5bf76c9fdf11.tar.gz
Update PULL_REQUEST_TEMPLATE.md
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index adb218337..4b6a829de 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -12,7 +12,18 @@ This PR is **[ready / not ready]** for review.
This PR makes **[no / minor / major]** API changes.
### Testing Plan
-[Describe how you plan to unit test the changes in this PR]
+- [ ] I have verified that I have not introduced new warnings in this PR (or explain why below)
+- [ ] I have run the unit tests with this PR
+- [ ] I have tested this PR against Core and verified behavior (if applicable, if not applicable, explain why below).
+
+#### Unit Tests
+[Describe the unit tests and behaviors added in this PR]
+
+#### Core Tests
+[List of tests performed against Core and behaviors verified]
+
+Core version / branch / commit hash / module tested against: [INSERT]
+HMI name / version / branch / commit hash / module tested against: [INSERT]
### Summary
[Summary of PR changes]