From 9f0425b8cd6f3a9aa8ffa2632bb34ea35720a5cd Mon Sep 17 00:00:00 2001 From: Dan Feder Date: Wed, 13 Jun 2018 21:47:41 -0500 Subject: [PATCH] Remove changelog checkbox from PR template (#2563) --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3ef0737921..c401f1d595 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,6 +19,5 @@ If this PR introduces new functionality, include a user story or stories describ ## Reminders - [ ] There is test for the issue. -- [ ] CHANGELOG updated. - [ ] Coding standards checked. - [ ] Review docs.getdkan.com (or in /docs) to see if it still covers the scope of the PR and update if needed.