From 65d15ec6f954f03f5e0c788825ba16d89dfcde4a Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 20 Aug 2021 20:22:44 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=B2=20Fix=20the=20rendering=20of=20PR=20t?= =?UTF-8?q?emplates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4e4e0d69b6..ab7b1055c6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,9 +14,12 @@ much about the checklist - we will help you get started. in message body - [ ] added news fragment in [changelog folder](../tree/master/docs/changelog) * fragment name: `..rst` for example (588.bugfix.rst) - * `` is must be one of `bugfix`, `feature`, `deprecation`,`breaking`, `doc`, `misc` + * `` is must be one of `bugfix`, `feature`, `deprecation`, `breaking`, `doc`, `misc` * 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`." + * "sign" fragment with ```-- by :user:````` + * please, use full sentences with correct case and punctuation, for example: + ```rst + Fixed an issue with non-ascii contents in doctest text files -- by :user:`superuser`. + ``` * also see [examples](../tree/master/docs/changelog) - [ ] added yourself to `CONTRIBUTORS` (preserving alphabetical order)