Skip to content

Commit 1a2ca94

Browse files
authored
Merge pull request #106 from samtstern/master
Update issue and pull request templates
2 parents d06f701 + 5962a5c commit 1a2ca94

File tree

2 files changed

+41
-13
lines changed

2 files changed

+41
-13
lines changed

ISSUE_TEMPLATE.md

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,39 @@ If your issue concerns the CocoaPods error, "...transitive dependencies that inc
66

77
If not, please feel free to fill in the following info so we can help faster!
88

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.
35+
36+
#### Expected Results:
37+
38+
* What did you expect to happen?
39+
40+
#### Relevant Code:
41+
42+
```
43+
// TODO(you): code here to reproduce the problem
44+
```

PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Hey there! So you want to contribute to FirebaseUI? Before you file this pull request, follow these steps:
2+
3+
* Read [the contribution guidelines](CONTRIBUTING.md).
4+
* 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

Comments
 (0)