From a826acd781daf02fdbeeb7e7c479c09d613bbbbb Mon Sep 17 00:00:00 2001 From: BrunoRosendo Date: Mon, 11 Sep 2023 20:03:51 +0100 Subject: [PATCH] Added wiki reminder to PR template --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c6521ad5..88817cf7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,8 @@ Closes #[issue number] [Description of the changes proposed in the pull request] # Review checklist -- [ ] Properly documents API changes in the corresponding controller test -- [ ] Contains enough appropriate tests - [ ] Behavior is as expected - [ ] Clean, well structured code +- [ ] Properly documents API changes in the corresponding controller test +- [ ] Contains enough appropriate tests +- [ ] Changes are reflected in the Wiki if necessary