From 5ee9440f77ddff790db95d33595211356b452e09 Mon Sep 17 00:00:00 2001 From: Kris McGinnes Date: Wed, 8 May 2024 17:25:21 -0500 Subject: [PATCH] Add task to update changlog file --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 188d220dd..9169f0dfd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -28,4 +28,5 @@ Please read the [Code of Conduct](https://github.com/aws/graph-explorer/blob/mai - [ ] I confirm that my contribution is made under the terms of the Apache 2.0 license. - [ ] I have run `pnpm checks` to ensure code compiles and meets standards. - [ ] I have run `pnpm test` to check if all tests are passing. -- [ ] I've covered new added functionality with unit tests if necessary. +- [ ] I have covered new added functionality with unit tests if necessary. +- [ ] I have added an entry in the `Changelog.md`.