Commit 5b55147a authored by Marius Rackwitz's avatar Marius Rackwitz Committed by GitHub

[ISSUE_TEMPLATE] Make sections collapsible

parent de403cdd
> ℹ Please fill out this template when filing an issue. <details><summary>
> All lines beginning with an ℹ symbol instruct you with ℹ Please fill out this template when filing an issue.
> what info we expect. </summary>
> Please remove this line and all above before submitting. All lines beginning with an ℹ symbol instruct you with
what info we expect.
Please remove this line and all above before submitting.
</details>
* [ ] I've read and understood the [*CONTRIBUTING guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). * [ ] I've read and understood the [*CONTRIBUTING guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md).
...@@ -9,23 +12,31 @@ ...@@ -9,23 +12,31 @@
## What did you do? ## What did you do?
<details open>
ℹ Please replace this with what you did. ℹ Please replace this with what you did.
e.g. Run `pod install` e.g. Run `pod install`
</details>
## What did you expect to happen? ## What did you expect to happen?
<details open>
ℹ Please replace this with what you expected to happen. ℹ Please replace this with what you expected to happen.
e.g. Install all pod dependencies correctly. e.g. Install all pod dependencies correctly.
</details>
## What happened instead? ## What happened instead?
<details open>
ℹ Please replace this with of what happened instead. ℹ Please replace this with of what happened instead.
e.g. Pod A is missing the subspec B for target C. e.g. Pod A is missing the subspec B for target C.
</details>
## CocoaPods Environment ## CocoaPods Environment
<details open>
ℹ Please replace this with the output of `pod env`. ℹ Please replace this with the output of `pod env`.
e.g. via `pod env | pbcopy` e.g. via `pod env | pbcopy`
</details>
## Project that demonstrates the issue ## Project that demonstrates the issue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment