Add docs on how to write changelog fragments (#42428)

* Add docs on how to write changelog fragments

* Make recommended changes

* Restore lines and make recommended changes

* Add link to new style changelog

Remove redundant mention of old style changelog
This commit is contained in:
Sam Doran 2018-09-11 12:23:22 -04:00 committed by ansibot
commit 5d6f844eba
2 changed files with 45 additions and 5 deletions

View file

@ -63,7 +63,7 @@ pull request to backport the change to a previous stable branch.
git cherry-pick -x [SHA_FROM_DEVEL]
#. Add a changelog entry for the change, and commit it.
#. Add a :ref:`changelog fragment <changelogs_how_to>` for the change, and commit it.
#. Push your feature branch to your fork on GitHub: