From a9eece437062faf4d425309194bb4801014ad6f0 Mon Sep 17 00:00:00 2001
From: Salakar
Date: Fri, 18 Oct 2019 13:45:32 +0100
Subject: [PATCH] docs(github): update issue templates
---
.github/ISSUE_TEMPLATE/Bug_report.md | 2 +-
.github/ISSUE_TEMPLATE/Help_with_expo.md | 171 +++++++++++++++++++++++
2 files changed, 172 insertions(+), 1 deletion(-)
create mode 100644 .github/ISSUE_TEMPLATE/Help_with_expo.md
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md
index a02f28e901..0e9021fbe4 100644
--- a/.github/ISSUE_TEMPLATE/Bug_report.md
+++ b/.github/ISSUE_TEMPLATE/Bug_report.md
@@ -141,7 +141,7 @@ Describe your issue here
- **`Firebase` module(s) you're using that has the issue:**
- `e.g. Instance ID`
- **Are you using `TypeScript`?**
- - `Y/N`
+ - `Y/N` & `VERSION`
diff --git a/.github/ISSUE_TEMPLATE/Help_with_expo.md b/.github/ISSUE_TEMPLATE/Help_with_expo.md
new file mode 100644
index 0000000000..010c03c477
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/Help_with_expo.md
@@ -0,0 +1,171 @@
+---
+name: 🐞 Issue using with Expo
+labels:
+ - Platform: Expo
+ - Resolution: Invalid
+about:
+ Report an issue with using React Native Firebase in Expo.
+---
+
+
+
+
+
+
+
+
+
+
+
+## Issue
+
+
+
+
+
+
+Describe your issue here
+
+
+---
+
+## Project Files
+
+
+
+
+
+
+
+
+
+
+### iOS
+
+Click To Expand
+
+
+#### `ios/Podfile`:
+
+- [ ] I'm not using Pods
+- [x] I'm using Pods and my Podfile looks like:
+
+```ruby
+# N/A
+```
+
+#### `AppDelegate.m`:
+
+```objc
+// N/A
+```
+
+
+
+
+---
+
+### Android
+
+Click To Expand
+
+
+#### Have you converted to AndroidX?
+
+
+- [ ] my application is an AndroidX application?
+- [ ] I am using `android/gradle.settings` `jetifier=true` for Android compatibility?
+- [ ] I am using the NPM package `jetifier` for react-native compatibility?
+
+#### `android/build.gradle`:
+
+```groovy
+// N/A
+```
+
+#### `android/app/build.gradle`:
+
+```groovy
+// N/A
+```
+
+#### `android/settings.gradle`:
+
+```groovy
+// N/A
+```
+
+#### `MainApplication.java`:
+
+```java
+// N/A
+```
+
+#### `AndroidManifest.xml`:
+
+```xml
+
+```
+
+
+
+
+
+---
+
+## Environment
+
+Click To Expand
+
+
+**`react-native info` output:**
+
+
+
+```
+ OUTPUT GOES HERE
+```
+
+
+
+- **Platform that you're experiencing the issue on**:
+ - [ ] iOS
+ - [ ] Android
+ - [ ] **iOS** but have not tested behavior on Android
+ - [ ] **Android** but have not tested behavior on iOS
+ - [ ] Both
+- **`react-native-firebase` version you're using that has this issue:**
+ - `e.g. 5.4.3`
+- **`Firebase` module(s) you're using that has the issue:**
+ - `e.g. Instance ID`
+- **Are you using `TypeScript`?**
+ - `Y/N` & `VERSION`
+- **Are you using `Expo`?**
+ - `Y` & `SDK VERSION`
+
+
+
+
+
+
+
+
+
+
+
+---
+
+Think `react-native-firebase` is great? Please consider supporting all of the project maintainers and contributors by donating via our [Open Collective](https://opencollective.com/react-native-firebase/donate) where all contributors can submit expenses. [[Learn More]](https://invertase.io/oss/react-native-firebase/contributing/donations-expenses)
+
+- 👉 Check out [`React Native Firebase`](https://twitter.com/rnfirebase) and [`Invertase`](https://twitter.com/invertaseio) on Twitter for updates on the library.
+