From 41c00ca47e922d376448f036a7838feaef0bb2f2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 22 Jun 2017 16:41:27 -0300 Subject: [PATCH] Clarify PR template Clarify that a new "file" should be added to "changelog" folder. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1b3e5b6..6548a79 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Here's a quick checklist that should be present in PRs: - [ ] Make sure to include reasonable tests for your change if necessary -- [ ] Add a new news fragment into the changelog folder, following these guidelines: +- [ ] Add a *news* file into the `changelog` folder, following these guidelines: * Name it `$issue_id.$type` for example `588.bug` * 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`