From d9580c4371555e21c5aec7c012e9e837b6100b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Tue, 28 Jan 2020 13:50:54 +0200 Subject: [PATCH] PR template additions Board PRs require a few more checks. + Changes from review comments (see original PR). - Add link to TESTS-folder - Mbed Enabled in capitals + link - Add line changes. - GitHub shows the content otherwise very strangely. - Re-order, line also after board enablements. - PR review changes per feedback from Pekka Niskanen - Add notes on issues to Mbed OS & Client - Maintainers update the hashes, but in order to get the issues fixed in the 1st place -> issues need to get reported. --- .github/pull_request_template.md | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 22fcea0..e191314 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,3 @@ - - -[] I confirm this contribution is my own and I agree to license it with Apache 2.0. -[] I confirm the moderators may change the PR before merging it in. - ### Summary of changes + + + +[] I confirm this contribution is my own and I agree to license it with Apache 2.0. + +[] I confirm the moderators may change the PR before merging it in. + +For new board enablements only: + +[] I confirm the board is [Mbed Enabled](https://www.mbed.com/en/about-mbed/mbed-enabled/introduction/) and passes the Mbed Enabled test set. + +[] I confirm the contribution has been tested properly and the tests results for [TESTS](https://github.com/ARMmbed/mbed-os-example-pelion/tree/master/TESTS) are attached. + +[] I confirm `mbed-os.lib` and `mbed-cloud-client.lib` hashes or the content in folders `mbed-os` and `mbed-cloud-client` were not modified in order to pass the tests. + +- Maintainers of this repository update the Mbed OS and Client hashes. +- Please report any issues through issues in relevant repositories.