From 430f882cc0aa0f039d1646aa179386757f079f64 Mon Sep 17 00:00:00 2001 From: Mark Wylde <129744061+markwylde-deriv@users.noreply.github.com> Date: Wed, 10 May 2023 06:37:09 +0100 Subject: [PATCH] Update Pull Request Template (#8261) * Update pull_request_template.md * Update pull_request_template.md * Update pull_request_template.md * Remove testing steps --- .github/pull_request_template.md | 33 +++----------------------------- 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a6eb383d977e..9d714fef2f9f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,34 +1,7 @@ ## Changes: -Please include a summary of the change and which issue is fixed below: -- ... +Please provide a summary of the change. -## When you need to add unit test +### Screenshots: -- [ ] If this change disrupt current flow -- [ ] If this change is adding new flow - -## When you need to add integration test - -- [ ] If components from external libraries are being used to define the flow, e.g. @deriv/components -- [ ] If it relies on a very specific set of props with no default behavior for the current component. - -## Test coverage checklist (for reviewer) - -- [ ] Ensure utility / function has a test case -- [ ] Ensure all the tests are passing - -## Type of change - -- [ ] Bug fix -- [ ] New feature -- [ ] Update feature -- [ ] Refactor code -- [ ] Translation to code -- [ ] Translation to crowdin -- [ ] Script configuration -- [ ] Improve performance -- [ ] Style only -- [ ] Dependency update -- [ ] Documentation update -- [ ] Release +Please provide some screenshots of the change.