From a0f793951c4aced5e6be945865e8f63124cc7949 Mon Sep 17 00:00:00 2001 From: Bobinson K B Date: Thu, 26 Sep 2019 20:26:23 +0530 Subject: [PATCH] updates to PR template --- .../PULL_REQUEST_TEMPLATE.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md index 5a6c466f..a2b51a77 100644 --- a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -13,6 +13,23 @@ to the tracking task that it is part or all of the solution for. The Tracking issue is [Create the issue if non existent and fill in] + +## Instructions to Verify + +**Steps To Reproduce: ** + +[Provide Steps to reproduce the issue or patterns/regular expression to look for in the CI] + +**Expected Behavior** + +[Provide Steps to reproduce the issue] + +**Tests Added and available in CI** + +** Screenshots (optional) ** +** Host Environment (optional) ** +** Additional Context (optional) ** + ### Declarations Check these if you believe they are true @@ -20,7 +37,7 @@ Check these if you believe they are true - [ ] The code base is in a better state after this PR - [ ] Is prepared according to the [Release Management & Versioning](https://github.com/peerplays-network/peerplays/wiki/Release-Management-&-Versioning) - [ ] The level of testing this PR includes is appropriate -- [ ] All tests pass using the self-service CI/Gitlab. (TODO) +- [ ] All tests pass using the self-service CI/Gitlab. - [ ] Changes to the API is documented - [ ] Testing steps for the QA team / community is shared