Skip to content

Commit

Permalink
Redirect issues to firebase-ios-sdk (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Sep 17, 2024
1 parent ecf709d commit aff762e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: 🐞 Internal Issue
about: Googlers may file issues here or at https://github.com/firebase/firebase-ios-sdk/issues/new/choose
---
<!-- DO NOT DELETE
validate_template=true
template_path=.github/ISSUE_TEMPLATE/bug_report.md
-->
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup check
run: |
brew update
brew install clang-format@18
brew install clang-format@19
brew install mint
mint bootstrap
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GitHub Actions will verify that any code changes are done in a style-compliant
way. Install `clang-format` and `mint`:

```console
brew install clang-format@18
brew install clang-format@19
brew install mint
```

Expand Down

0 comments on commit aff762e

Please sign in to comment.