Commit 92eae7e2 authored by Orta's avatar Orta

Merge pull request #4907 from CocoaPods/mr-issue-template

[ISSUE_TEMPLATE] Initial proposal
parents d504d84c 847b5fc7
> ℹ Please fill out this template when filing an issue.
> All lines beginning with a quotation mark (`>`),
> instruct you with what info we expect.
> Please remove this paragraph.
* [ ] 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
#### What did you do?
> ℹ Please replace this with what you did.
> e.g. Run `pod install`
#### 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?
> ℹ Please replace this with of what happened instead.
> e.g. Pod A is missing the subspec B for target C.
### Podfile
> ℹ Please paste the contents of your Podfile below.
> (e.g. via `cat Podfile | pbcopy`)
> You can remove this hint then.
```ruby
# Paste your Podfile contents HERE.
```
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