From 05837a87b93fddc96fdc3195e394e30af5277937 Mon Sep 17 00:00:00 2001 From: Kishan-Dhakan <42718091+Kishan-Dhakan@users.noreply.github.com> Date: Thu, 24 Feb 2022 12:34:41 +0530 Subject: [PATCH] Update PR template --- PULL_REQUEST_TEMPLATE.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 7e5cc0d4c..a79a1ff7e 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,15 @@ +A brief description of the changes in this PR: + + Tasks to complete before merging PR: - [ ] Ensure system tests are passing. If not [Run them manually](https://github.com/0chain/blobber/actions/workflows/system_tests.yml) to check for any regressions :clipboard: - [ ] Do any new system tests need added to test this change? do any existing system tests need updated? If so create a PR at [0chain/system_test](https://github.com/0chain/system_test) -- [ ] Merge your system tests PR to master BEFORE merging this PR +- [ ] Merge your system tests PR to master AFTER merging this PR Associated PRs (Link as appropriate): -- zbox: -- zwalelet: -- gosdk: - 0chain: -- system_test: \ No newline at end of file +- gosdk: +- system_test: +- zboxcli: +- zwalletcli: +- Other: ...