From 4d67712f430d2aff74cb022617e2c202e46e068a Mon Sep 17 00:00:00 2001 From: Andrew Ray Date: Sun, 21 May 2023 13:16:46 -0700 Subject: [PATCH] Fixing pull request template --- PULL_REQUEST_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 2f9d488..630ef81 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -2,8 +2,6 @@ Thanks for contributing to react-split-pane! **Before submitting a pull request,** please complete the following checklist: -- [ ] The existing test suites (`yarn test`) all pass -- [ ] For any new features or bug fixes, both positive and negative test cases have been added - [ ] For any new features, documentation has been added - [ ] For any documentation changes, the text has been proofread and is clear to both experienced users and beginners. - [ ] Format your code with [prettier](https://github.com/prettier/prettier) (`npm run prettier`).