mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Update REVIEW_CHECKLIST.md
Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu>
This commit is contained in:
parent
4a4eda41f1
commit
b34d84f01b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue