summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Alsharifi <bilal.alsharifi@gmail.com>2020-01-09 10:03:01 -0500
committerBilal Alsharifi <bilal.alsharifi@gmail.com>2020-01-09 10:03:01 -0500
commiteb06a2c9fe6287e9986924361e8ee4dca0138046 (patch)
treecac5f6541c3d2ca48a23c5132b62ef9259b54017
parente4ef8d455dba485619ea446bf445f113263241ff (diff)
downloadsdl_android-feature/update_pr_template.tar.gz
Update PR templatefeature/update_pr_template
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 14e81feee..c0782f1b7 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -10,7 +10,19 @@ 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).
+- [ ] I have tested Android, Java SE, and Java EE
+
+#### 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]