From 5c12151c26b7268ea6e924bdee2adc66aef380d6 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 19 Feb 2024 09:46:12 +0100 Subject: [PATCH] :memo: Update PR template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 68eeeb4b6..e6a8dbc1f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -64,7 +64,7 @@ Don't remove these lines, check them once done. --> - [ ] I have performed a self-review of my code - [ ] I have tested all changes I made on an iTop instance -- [ ] Would a unit test be relevant and have I added it? +- [ ] I have added a unit test, otherwise I have explained why I couldn't - [ ] Is the PR clear and detailled enough so anyone can understand digging in the code? ## Checklist of things to do before PR is ready to merge