From 1a330587e4eee0ef1c04d9b2bf3d1f2e82d1e5f8 Mon Sep 17 00:00:00 2001 From: Josh Wong Date: Fri, 29 Sep 2023 11:43:19 +0900 Subject: [PATCH] Remove `How these changes were tested` section [skip ci] --- .github/pull_request_template.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 339ca08..455f3c0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,10 +10,6 @@ > Outline the specific changes made in this pull request. Include relevant details, such as added features, bug fixes, code refactoring, or improvements. -## How these changes were tested - -> Describe the testing that you have performed to ensure the changes are working as expected. Include details about the test cases or scenarios covered. - ## Checklist > The following is a best-effort checklist. If any items in this checklist are not applicable to this PR or are dependent on other, unmerged PRs, please still mark the checkboxes after you have read and understood each item.