You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ISSUE_TEMPLATE.md
+36-13Lines changed: 36 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,39 @@ If your issue concerns the CocoaPods error, "...transitive dependencies that inc
6
6
7
7
If not, please feel free to fill in the following info so we can help faster!
8
8
9
-
### Details:
10
-
1. Objective-C or Swift:
11
-
2. iOS Version (7-9):
12
-
3. CocoaPods Version (FirebaseUI only officially supports CocoaPods <= 0.39, please make sure this repro's using 0.39 or below):
13
-
4. Firebase Version:
14
-
15
-
### Explanation of your issue
16
-
...
17
-
18
-
### Steps to reproduce
19
-
1. Step 1
20
-
2. Step 2
21
-
3. Step 3
9
+
### Step 1: Are you in the right place?
10
+
11
+
* For issues or feature requests related to the code **in this repository** file a GitHub issue.
12
+
* For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) tagged appropriately.
13
+
* For general Firebase discussion, use the [firebase-talk google group](https://groups.google.com/forum/#!forum/firebase-talk)
14
+
* For help troubleshooting your application that does not fall under one of the above categories, reach out to the [personalized Firebase support channel](https://firebase.google.com/support/contact/troubleshooting/)
15
+
16
+
### Step 2: Describe your environment
17
+
18
+
* Objective C or Swift: ____
19
+
* iOS version: _____
20
+
* Firebase SDK version: _____
21
+
* FirebaseUI version: ____
22
+
* CocoaPods Version: ____
23
+
24
+
### Step 3: Describe the problem:
25
+
26
+
#### Steps to reproduce:
27
+
28
+
1._____
29
+
2._____
30
+
3._____
31
+
32
+
#### Observed Results:
33
+
34
+
* What happened? This could be a description, log output, etc.
* If this has been discussed in an issue, make sure to mention the issue number here. If not, go file an issue about this to make sure this is a desirable change.
5
+
* If this is a new feature please co-ordinate with someone on [FirebaseUI-Android](https://github.com/firebase/firebaseui-android) to make sure that we can implement this on both platforms and maintain feature parity.
0 commit comments