From a64c66063998859c50f690c46b9de67c3c4cf33e Mon Sep 17 00:00:00 2001 From: "Edgar R. M" Date: Wed, 7 Jun 2023 04:56:39 -0600 Subject: [PATCH] chore: Add `Cookiecutter templates` to feature issue template (#1716) --- .github/ISSUE_TEMPLATE/feature.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 0c084de5b..ad08d3e6a 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -20,6 +20,7 @@ body: - Targets (data type handling, batching, SQL object generation, etc.) - Configuration (settings parsing, validation, etc.) - CLI (options, error messages, logging, etc.) + - Cookiecutter templates - Other validations: required: true