Update review_checklist.md

Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
Andrew Klychkov 2021-03-22 12:09:43 +01:00 committed by GitHub
parent fee3ea146a
commit 2238524a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ When reviewing, keep in mind that we follow [Ansible Code of Conduct](https://do
- [ ] the pull request has integration tests
- [ ] the pull request has unit tests
- [ ] all changes are covered
- [ ] integration tests also cover `check_mode`
- [ ] integration tests also cover `check_mode` (if it is supported)
- [ ] integration tests check an actual state of the system, not only what the module reports (for example, if the module change a file, check that the file was actually changed by using the `ansible.builtin.stat` module)
**Other**