mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 02:30:32 -07:00
Add suggested
This commit is contained in:
parent
718082d189
commit
4d3c063553
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue