From 71485230ef8e07d5668f0af2fab336da293c6a47 Mon Sep 17 00:00:00 2001 From: Rory Tyler Hayford Date: Thu, 9 Jun 2022 10:51:06 +0700 Subject: [PATCH] Add a note about the changelog --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a4c645122..cd9ba03d3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,3 +6,4 @@ Closes # . - [ ] All Purescript imports are explicit, including constructors - [ ] **All** existing examples have been run locally against a fully-synced testnet node - [ ] The integration and unit tests have been run (`npm run test`) locally +- [ ] The changelog has been updated under the `## Unreleased` header, using the appropriate sub-headings (`### Added`, `### Removed`, `### Fixed`)