From 54beb22fb19ab3b2679d268fe04240a884727713 Mon Sep 17 00:00:00 2001 From: Jonathan Edey Date: Fri, 20 Dec 2024 11:58:13 -0500 Subject: [PATCH 1/2] Adding delayed response message for holidays --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2970d494f..2ab3763a8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,11 @@ assignees: '' --- +--- +**Thank you for submitting your issue. We are operating at reduced capacity from Dec 23 2024 to Jan 6 2022. Please expect delayed responses. For more urgent requests please reach us via our support channels https://firebase.google.com/support** + +--- + ### [READ] Step 1: Are you in the right place? * For issues related to __the code in this repository__ file a GitHub issue. From 431054059cf88db3a6076a0a108c60e2460ee62f Mon Sep 17 00:00:00 2001 From: Jonathan Edey Date: Fri, 20 Dec 2024 13:56:23 -0500 Subject: [PATCH 2/2] fix date --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2ab3763a8..ade9ad153 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: '' --- --- -**Thank you for submitting your issue. We are operating at reduced capacity from Dec 23 2024 to Jan 6 2022. Please expect delayed responses. For more urgent requests please reach us via our support channels https://firebase.google.com/support** +**Thank you for submitting your issue. We are operating at reduced capacity from Dec 23 2024 to Jan 6 2025. Please expect delayed responses. For more urgent requests please reach us via our support channels https://firebase.google.com/support** ---