From d7877164b62a694bb2fafa3b6aefa58d6686cb01 Mon Sep 17 00:00:00 2001 From: Alirie Gray Date: Wed, 20 Mar 2019 13:47:56 -0700 Subject: [PATCH] Add CHANGELOG.md to PR template --- .github/PULL_REQUEST_TEMPLATE | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index e5bcbe8198..d3319cc1dc 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -2,6 +2,7 @@ Closes # _Briefly describe your proposed changes:_ + - [ ] CHANGELOG.md updated with a link to the PR (not the Issue) - [ ] Rebased/mergeable - [ ] Tests pass - [ ] http/swagger.yml updated (if modified Go structs or API)