Commit 8cb19bf6 authored by Samuel E. Giddins's avatar Samuel E. Giddins

Merge pull request #4942 from CocoaPods/mr-issue-template-bigger-headings

[ISSUE_TEMPLATE] Bigger headings
parents f44573ec 9f6cca0f
......@@ -5,27 +5,27 @@
* [ ] 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).
### Report
# Report
#### What did you do?
## What did you do?
> ℹ Please replace this with what you did.
> e.g. Run `pod install`
#### What did you expected to happen?
## What did you expected to happen?
> ℹ Please replace this with what you expected to happen.
> e.g. Install all pod dependencies correctly.
#### What happened instead?
## What happened instead?
> ℹ Please replace this with of what happened instead.
> e.g. Pod A is missing the subspec B for target C.
### Podfile
## Podfile
> ℹ Please paste the contents of your Podfile below.
> (e.g. via `cat Podfile | pbcopy`)
> (e.g. via `cat Podfile | pbcopy`)
> You can remove this hint then.
```ruby
......
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