From 47cc51606b7af44565480337ec7c8ab8007d16c8 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:41:37 -0600 Subject: [PATCH] Remove "I have added an entry to CHANGELOG.md" from the PR template --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9f53b7a2..725f3c9d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -26,4 +26,3 @@ Describe your changes, and why you're making them. - [ ] using `dbt.type_*` macros instead of explicit datatypes (e.g. `dbt.type_timestamp()` instead of `TIMESTAMP` - [ ] I have updated the README.md (if applicable) - [ ] I have added tests & descriptions to my models (and macros if applicable) -- [ ] I have added an entry to CHANGELOG.md