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.
> All lines beginning with an ℹ symbol instruct you with
> what info we expect.
> Please remove this line and all above before submitting.
<details><summary>
ℹ Please fill out this template when filing an issue.
</summary>
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).
......@@ -9,23 +12,31 @@
## What did you do?
<details open>
ℹ Please replace this with what you did.
e.g. Run `pod install`
</details>
## What did you expect to happen?
<details open>
ℹ Please replace this with what you expected to happen.
e.g. Install all pod dependencies correctly.
</details>
## What happened instead?
<details open>
ℹ Please replace this with of what happened instead.
e.g. Pod A is missing the subspec B for target C.
</details>
## CocoaPods Environment
<details open>
ℹ Please replace this with the output of `pod env`.
e.g. via `pod env | pbcopy`
</details>
## 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