From 90df6e7388fa1142fd5ad22b72251e793fcb28bc Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 23 Feb 2024 11:18:28 -0800 Subject: [PATCH 1/2] Update pull_request_template.md --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 0e946f16f..4c4cfa3b2 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -15,8 +15,6 @@ ### Changelog Entry -[Insert your changelog entry here following the format of Keep a Changelog] - ### Added - [List any new features or additions] From 33cd0888ee9c15447de2d26831ee3f98b90b386a Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 23 Feb 2024 11:19:46 -0800 Subject: [PATCH 2/2] fix: template --- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md