From b34d84f01b69c8077d4a31ac89b630fdd01e7625 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Sat, 27 Mar 2021 07:08:44 +0100 Subject: [PATCH] Update REVIEW_CHECKLIST.md Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) --- REVIEW_CHECKLIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REVIEW_CHECKLIST.md b/REVIEW_CHECKLIST.md index a5e4c18..7ab7e87 100644 --- a/REVIEW_CHECKLIST.md +++ b/REVIEW_CHECKLIST.md @@ -21,7 +21,7 @@ When reviewing, keep in mind that we follow [Ansible Code of Conduct](https://do - [ ] documentation, examples, and return sections use FQCNs for `M(..)` when referring to modules - [ ] modules and plugins from ansible-core use `ansible.builtin.` as a FQCN prefix when mentioned - [ ] when a new option, module, plugin, or return value is added, the corresponding documentation or return sections use `version_added:` containing the *collection* version for which they were added -- [ ] FQCNs is used for `extends_documentation_fragment:`, unless the author is referring to doc_fragments from ansible-core +- [ ] FQCNs are used for `extends_documentation_fragment:`, unless the author is referring to doc_fragments from ansible-core **Tests (if applicable and technically possible to implement):** - [ ] the pull request has [integration tests](https://docs.ansible.com/ansible/devel/dev_guide/testing_integration.html)