collapse issue template sections

[skip ci]
This commit is contained in:
Mike Diarmid
2019-05-10 00:40:12 +01:00
committed by GitHub
parent 0b3abd3feb
commit 7beaedc092

View File

@@ -37,6 +37,9 @@ Describe your issue here
### iOS
<details><summary>Click To Expand</summary>
<p>
#### `ios/Podfile`:
- [ ] I'm not using Pods
@@ -52,10 +55,16 @@ Describe your issue here
// N/A
```
</p>
</details>
---
### Android
<details><summary>Click To Expand</summary>
<p>
#### `android/build.gradle`:
```groovy
@@ -86,10 +95,16 @@ Describe your issue here
<!-- N/A -->
```
</p>
</details>
---
## Environment
<details><summary>Click To Expand</summary>
<p>
**`react-native info` output:**
@@ -111,6 +126,10 @@ Describe your issue here
- `e.g. Instance ID`
- **Are you using `TypeScript`?**
- `Y/N`
</p>
</details>
<!-- Thanks for reading this far down ❤️ -->
<!-- High quality, detailed issues are much easier to triage for maintainers -->