diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 823822f5a..4e4e0d69b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,5 +18,5 @@ much about the checklist - we will help you get started. * if PR has no issue: consider creating one first or change it to the PR number after creating the PR * "sign" fragment with "by :user:``" * please use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files - by :user:`superuser`." - * also see [examples](../tree/master/docs/changelog/examples.rst) + * also see [examples](../tree/master/docs/changelog) - [ ] added yourself to `CONTRIBUTORS` (preserving alphabetical order) diff --git a/docs/changelog/1370.misc.show-change-fragments-help.rst b/docs/changelog/1370.misc.show-change-fragments-help.rst new file mode 100644 index 000000000..03af261df --- /dev/null +++ b/docs/changelog/1370.misc.show-change-fragments-help.rst @@ -0,0 +1 @@ +Render the change fragment help on the ``docs/changelog/`` directory view on GitHub — by :user:`webknjaz` diff --git a/docs/changelog/examples.rst b/docs/changelog/README.rst similarity index 100% rename from docs/changelog/examples.rst rename to docs/changelog/README.rst