docs: add update changelog as part of pull request instructions (#1384)

Now that we have a changelog, add a reminder to update it as part of
PRs.
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 0d305b8..66903df 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,7 @@
 PR Instructions/requirements
 * Title uses `type: description` format. See CONTRIBUTING.md for types.
-* Common types are: build, docs, feat, fix, refactor, revert, test
+  * Common types are: build, docs, feat, fix, refactor, revert, test
+  * Update `CHANGELOG.md` as applicable
 * Breaking changes include "!" after the type and a "BREAKING CHANGES:"
   section at the bottom.
 * Body text describes: