From 3e0076ea8bdb205cc33d2e2b71f67f08ce291b2a Mon Sep 17 00:00:00 2001 From: Jonathan Edey Date: Fri, 20 Dec 2024 13:36:51 -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 36eea6edb..0ba8ec48a 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 or feature requests related to __the code in this repository__ From 683f8eb5c5a65fe17399cfd27c7bc2ee7884325b Mon Sep 17 00:00:00 2001 From: Jonathan Edey Date: Fri, 20 Dec 2024 13:55:38 -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 0ba8ec48a..59ba833f5 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** ---