From fea279b061ee3bc51fe87b28022e100262bbe462 Mon Sep 17 00:00:00 2001 From: Marius Rackwitz Date: Tue, 17 May 2016 13:07:14 +0200 Subject: [PATCH] [ISSUE_TEMPLATE] Avoid comments That seems to be less distracting. --- .github/ISSUE_TEMPLATE.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4018bbf3e8..ec0210f4ee 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ > ℹ 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. +> All lines beginning with an ℹ symbol instruct you with +> what info we expect. +> Please remove this line and all above before submitting. * [ ] 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,27 +9,26 @@ ## What did you do? -> ℹ Please replace this with what you did. -> e.g. Run `pod install` +ℹ 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. +ℹ 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. +ℹ Please replace this with of what happened instead. +e.g. Pod A is missing the subspec B for target C. ## CocoaPods Environment -> ℹ Please replace this with the output of `pod env`. -> (e.g. via `pod env | pbcopy`) -> You can remove this hint then. +ℹ Please replace this with the output of `pod env`. +e.g. via `pod env | pbcopy` ## Project that demonstrates the issue -> ℹ Please link to a project we can download that reproduces the issue. -> You can delete this section if your issue is unrelated to build problems, -> i.e. it's only an issue with CocoaPods the tool. +ℹ Please link to a project we can download that reproduces the issue. +You can delete this section if your issue is unrelated to build problems, +i.e. it's only an issue with CocoaPods the tool.