From c033fad3e3f4b285ed0cb0d094ff71b2e806809b Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 22 Mar 2021 11:18:11 +0100 Subject: [PATCH] fix --- review_checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/review_checklist.md b/review_checklist.md index 786d90a..3f48eec 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 referencing to modules - [ ] modules (or 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-base +- [ ] FQCNs is used for `extends_documentation_fragment:`, unless the author is referring to doc_fragments from ansible-core **Tests (if applicable and possible to implement):** - [ ] the pull request has integration tests