Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2236110

Browse files
authored
Update REVIEW_CHECKLIST.md (ansible-collections#171)
1 parent c909aa2 commit 2236110

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

REVIEW_CHECKLIST.md

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,3 @@
11
# Review Checklist
22

3-
When reviewing, keep in mind that we follow [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) in all our contributions and interactions within this repository.
4-
5-
If you are a committer, also refer to the [Ansible committer guidelines](https://docs.ansible.com/ansible/devel/community/committer_guidelines.html).
6-
7-
**General tips**
8-
- Try to create a culture of collaboration when reviewing
9-
- Welcome the author and thank them for the pull request
10-
- When suggesting changes, try to use questions, not statements
11-
- When suggesting mandatory changes, do it as politely as possible providing documentation references
12-
- If your suggestion is optional or a matter of personal preferences, please say it explicitly
13-
- When asking for adding tests or for complex code refactoring, say that the author is welcome to ask for clarifications and help if they need
14-
- If somebody suggests a good idea, mention it or put a thumbs up
15-
- After merging, thank the author and reviewers for their time and effort
16-
17-
**Standards and documentation**
18-
- [ ] if the pull request is not a documentation fix, it must include a [changelog fragment](https://docs.ansible.com/ansible/devel/community/development_process.html#creating-a-changelog-fragment) - please check the format carefully
19-
- [ ] if new files are added with the pull request, they follow the [licensing rules](https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst#licensing)
20-
- [ ] the changes follow the [Ansible documentation standards](https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html) and the [style guide](https://docs.ansible.com/ansible/devel/dev_guide/style_guide/index.html#style-guide)
21-
- [ ] the changes follow the [development conventions](https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_best_practices.html)
22-
- [ ] if a new plugin is added, it is one of the [allowed plugin types](https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst#modules-plugins)
23-
- [ ] documentation, examples, and return sections use FQCNs for the `M(..)` [format macros](https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html#linking-and-other-format-macros-within-module-documentation) when referring to modules
24-
- [ ] modules and plugins from ansible-core use `ansible.builtin.` as a FQCN prefix when mentioned
25-
- [ ] when a new option, module, plugin, or return value is added, the corresponding documentation or return sections use `version_added:` containing the *collection* version which they will be first released in
26-
* this usually is the next minor release, sometimes the next major release (example: if 2.7.5 is the current release, the next minor release will be 2.8.0, and the next major release will be 3.0.0)
27-
- [ ] FQCNs are used for `extends_documentation_fragment:`, unless the author is referring to doc_fragments from ansible-core
28-
29-
**Tests (if applicable and technically possible to implement)**
30-
- [ ] the pull request has [integration tests](https://docs.ansible.com/ansible/devel/dev_guide/testing_integration.html)
31-
- [ ] the pull request has [unit tests](https://docs.ansible.com/ansible/devel/dev_guide/testing_units.html)
32-
- [ ] all changes are covered
33-
- [ ] integration tests also cover `check_mode` (if it is supported)
34-
- [ ] integration tests check an actual state of the system, not only what the module reports (for example, if the module changes a file, check that the file was actually changed by using the `ansible.builtin.stat` module)
35-
36-
**Other**
37-
- [ ] the pull request does not contain merge commits (see GitHub warnings at the bottom of the pull request) - in this case, ask the author to rebase the pull request branch
38-
- [ ] if the pull request contains breaking changes, ask the author and the collection maintainers if it is really needed and there is no way not to introduce them
3+
Refer to the [Collection review checklist](https://github.com/ansible/community-docs/blob/main/review_checklist.rst).

0 commit comments

Comments
 (0)