From 4d3c063553d6113f22cc9a9352ac4388250ee322 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 19 Mar 2021 07:10:42 +0100 Subject: [PATCH] Add suggested --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 905dfed..47c7920 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.