From cb8ec1876a0c73421ae8dc3c8607dad7b36c22ae Mon Sep 17 00:00:00 2001 From: Cedoor Date: Tue, 25 Jun 2024 15:35:50 +0100 Subject: [PATCH] docs: update pull_request_template.md --- .github/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b25adc8..2960b94 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -32,9 +32,7 @@ - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have run `yarn style` without getting any errors - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes -- [ ] Any dependent changes have been merged and published in downstream modules