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