Fix suggested

This commit is contained in:
Andrew Klychkov 2021-03-10 16:01:13 +01:00
commit 1a923ef916

View file

@ -160,7 +160,7 @@ Put "Fixes + link to the issue" in the pull request's description.
Put "[WIP] + short description" in the pull request's title. Put "[WIP] + short description" in the pull request's title.
Click ``Create pull request``. Click ``Create pull request``.
22. Add a [changelog fragment](https://docs.ansible.com/ansible/latest/community/development_process.html#changelogs). It will be published in release notes, so users will know about the fix. 22. Add a [changelog fragment](https://docs.ansible.com/ansible/devel/community/development_process.html#changelogs) to the ``changelog/fragments`` directory. It will be published in release notes, so users will know about the fix.
23. The CI tests will run automatically on Red Hat infrastructure after every commit. 23. The CI tests will run automatically on Red Hat infrastructure after every commit.