From 1ac12d9047aa6a7b4a11ba0753bd544652f0f7bc Mon Sep 17 00:00:00 2001 From: dhruvkb Date: Fri, 24 Sep 2021 18:54:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/PULL?= =?UTF-8?q?=5FREQUEST=5FTEMPLATE.md'=20with=20remote=20'.github/PULL=5FREQ?= =?UTF-8?q?UEST=5FTEMPLATE.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d8ba0e32e4..accf40a74c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,20 +5,15 @@ Fixes #[issue number] by @[issue author] ## Description + -## Technical details - - -## Tests +## Testing Instructions -## Screenshots - - ## Checklist - [ ] My pull request has a descriptive title (not a vague title like `Update index.md`). -- [ ] My pull request targets the *default* branch of the repository (`main` or `master`). +- [ ] My pull request targets the *default* branch of the repository (`main`) or a parent feature branch. - [ ] My commit messages follow [best practices][best_practices]. - [ ] My code follows the established code style of the repository. - [ ] I added or updated tests for the changes I made (if applicable).