From d70651516b3b5366862a4a32c42f402483499788 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 17 Sep 2024 08:33:56 -0700 Subject: [PATCH 1/3] Redirect issues to firebase-ios-sdk --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/issue_report.md | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue_report.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..2784a0f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Firebase Data Connect + url: https://github.com/firebase/firebase-ios-sdk/issues/new/choose + about: Firebase Data Connect issues are tracked in the firebase-ios-sdk repository diff --git a/.github/ISSUE_TEMPLATE/issue_report.md b/.github/ISSUE_TEMPLATE/issue_report.md new file mode 100644 index 0000000..31f1511 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_report.md @@ -0,0 +1,8 @@ +--- +name: 🐞 Internal Issue +about: Googlers may file issues here or to track with [Firebase](https://github.com/firebase/firebase-ios-sdk/issues/new/choose) +--- + From dcada922a9766ad16b032bf1494f88b9f37cdc75 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 17 Sep 2024 08:35:37 -0700 Subject: [PATCH 2/3] markdown doesn't work here --- .github/ISSUE_TEMPLATE/issue_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue_report.md b/.github/ISSUE_TEMPLATE/issue_report.md index 31f1511..02bc863 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.md +++ b/.github/ISSUE_TEMPLATE/issue_report.md @@ -1,6 +1,6 @@ --- name: 🐞 Internal Issue -about: Googlers may file issues here or to track with [Firebase](https://github.com/firebase/firebase-ios-sdk/issues/new/choose) +about: Googlers may file issues here or at https://github.com/firebase/firebase-ios-sdk/issues/new/choose ---