Add suggested

This commit is contained in:
Andrew Klychkov 2021-03-19 07:10:42 +01:00
parent 718082d189
commit 4d3c063553

View file

@ -171,6 +171,13 @@ Click `Create pull request`.
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.
Commit and push it:
```bash
git add changelog/fragments/myfragment.yml
git commit -m "Add changelog fragment"
git push origin name_of_my_branch
```
23. The CI tests will run automatically on Red Hat infrastructure after every commit.
You will see their status in the bottom of your pull request.