From 7453cc184f574fd0a895f12acc8a667711d5d30d Mon Sep 17 00:00:00 2001 From: jf-cbd <121934370+jf-cbd@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:25:08 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20a=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 e6a8dbc1f..4176e4b53 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -65,7 +65,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 - [ ] 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? +- [ ] Is the PR clear and detailed enough so anyone can understand digging in the code? ## Checklist of things to do before PR is ready to merge