Unverified Commit f09be4f0 authored by Dimitris Koutsogiorgas's avatar Dimitris Koutsogiorgas Committed by GitHub

Merge pull request #7345 from revolter/patch-1

Simplify GitHub issue template
parents df53a7e4 6b7cd3c9
> ℹ Please fill out this template when filing an issue. <!--
> All lines beginning with an ℹ symbol instruct you with ℹ Please fill out this template when filing an issue.
> what info we expect. All lines beginning with an ℹ symbol instruct you with
> Please remove this line and all above before submitting. what info we expect.
> Before you start, are you using the latest CocoaPods release? Before you start, are you using the latest CocoaPods release?
> A lot changes with Xcode releases that are not backwards compatible. A lot changes with Xcode releases that are not backwards compatible.
>
> Not an issue about the CocoaPods command line app? Please file an issue in the appropriate repo - https://github.com/CocoaPods Not an issue about the CocoaPods command line app? Please file an issue in the appropriate repo - https://github.com/CocoaPods
> Issues are for feature requests, and bugs; questions should go to Stack Overflow Issues are for feature requests, and bugs; questions should go to Stack Overflow
>
> Using CocoaPods <= 0.39: http://blog.cocoapods.org/Sharding/ Using CocoaPods <= 0.39: http://blog.cocoapods.org/Sharding/
>
> Using Xcode 8: Requires CocoaPods 1.1.0 or above. Using Xcode 8: Requires CocoaPods 1.1.0 or above.
>
> Issue with Nanaimo not loading: Issue with Nanaimo not loading:
> Please run `[sudo] gem uninstall nanaimo` and remove all but the latest version. Please run `[sudo] gem uninstall nanaimo` and remove all but the latest version.
>
> Issues with `pod search`? Try deleting your cache `rm -rf ~/Library/Caches/CocoaPods`first. Issues with `pod search`? Try deleting your cache `rm -rf ~/Library/Caches/CocoaPods`first.
-->
* [ ] 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).
...@@ -24,22 +25,22 @@ ...@@ -24,22 +25,22 @@
## What did you do? ## What did you do?
ℹ Please replace this with what you did. ℹ Please replace these two lines with what you did.
e.g. Run `pod install` e.g. Run `pod install`
## What did you expect to happen? ## What did you expect to happen?
ℹ Please replace this with what you expected to happen. ℹ Please replace these two lines with what you expected to happen.
e.g. Install all pod dependencies correctly. e.g. Install all pod dependencies correctly.
## What happened instead? ## What happened instead?
ℹ Please replace this with of what happened instead. ℹ Please replace these two lines 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.
## CocoaPods Environment ## CocoaPods Environment
ℹ Please replace this with the output of `pod env`. ℹ Please replace these two lines with the output of `pod env`.
e.g. via `pod env | pbcopy` e.g. via `pod env | pbcopy`
## 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