From cb3e7343979166ca1147f169142cedaf7d2e48e3 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 17 Jul 2017 17:56:58 -0300 Subject: [PATCH] Add towncrier link to PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4f871e2..234f6e7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,8 +4,8 @@ Here's a quick checklist that should be present in PRs: - [ ] Make sure to include reasonable tests for your change if necessary -- [ ] Add a *news* file into the `changelog` folder, following these guidelines: - * Name it `$issue_id.$type` for example `588.bugfix` +- [ ] We use [towncrier](https://pypi.python.org/pypi/towncrier) for changelog management, so please add a *news* file into the `changelog` folder following these guidelines: + * Name it `$issue_id.$type` for example `588.bugfix`; * If you don't have an issue_id change it to the PR id after creating it * Ensure type is one of `removal`, `feature`, `bugfix`, `vendor`, `doc` or `trivial` * Make sure to use full sentences with correct case and punctuation, for example: