From 7c732bec14a77bbdb90f219caf9a9f63122f50cd Mon Sep 17 00:00:00 2001 From: Patrik Date: Fri, 15 Nov 2024 12:06:31 -0500 Subject: [PATCH] chore: adds `email-nodemailer` to area-affected dropdown in issue template (#9227) --- .github/ISSUE_TEMPLATE/1.bug_report_v3.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report_v3.yml b/.github/ISSUE_TEMPLATE/1.bug_report_v3.yml index d5fc9df873..fdeaa53ff9 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report_v3.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report_v3.yml @@ -39,6 +39,7 @@ body: - 'db-postgres' - 'db-sqlite' - 'db-vercel-postgres' + - 'email-nodemailer' - 'plugin: cloud' - 'plugin: cloud-storage' - 'plugin: form-builder'