From 2c3089ccc8bcb65ea70146d1c0de08c75f3d66d3 Mon Sep 17 00:00:00 2001 From: Jelle Femmo Millenaar Date: Tue, 16 Mar 2021 09:29:13 +0100 Subject: [PATCH] Reduced DoD a bit --- .github/pull_request_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8625a82852..bd25c2b1a0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,10 +17,9 @@ Describe the tests that you ran to verify your changes. Make sure to provide instructions for the maintainer as well as any relevant configurations. ## Change checklist -Add an `x` to the boxes that are relevant to your changes, and delete any items that are not. +Add an `x` to the boxes that are relevant to your changes. - [ ] I have followed the contribution guidelines for this project -- [ ] I have implemented the fix or feature across all bindings - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation