From 13db5efe30ab85da82ce218b4d0a21cf39011e6e Mon Sep 17 00:00:00 2001 From: Sander van den Oever Date: Sat, 12 Mar 2016 23:33:05 +0100 Subject: [PATCH] Moved the 'kind-of-issue' section and rephrased a bit --- ISSUE_TEMPLATE.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 30a10ec2c..98230258b 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,7 +1,13 @@ Make sure you are using the **latest** version of youtube-dl. Latest youtube-dl version at this moment is **2016.03.06**. Read [our FAQ](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) if you have troubles updating. - [ ] I've verified that I'm running youtube-dl version **2016.03.06** -*The log (next question) is not required when asking a question or when the purpose of this issue does not imply the need of a log* +**What is the purpose of this issue? Put an `x` to the relevant box** +- [ ] Site request (add support for a new website) +- [ ] Feature request (request new functionality) +- [ ] Bug report (encountered problems with youtube-dl) +- [ ] Other, namely ... + +*If the purpose of this issue is a site request, bug report or you are unsure about its relevance please include a log as described below.* **Please include the full output of youtube-dl when run with `-v`**, i.e. **add** `-v` flag to **your command line**, copy the **whole** output and post it below wrapped in ``` for better formatting. It should look similar to this: ``` @@ -18,12 +24,6 @@ $ youtube-dl -v ... ``` -**Kind of issue** -- [ ] Site request (add support for a new website) -- [ ] Feature request (request new functionality) -- [ ] Bug report (encountered problems with youtube-dl) -- [ ] Other, namely ... - **Brief description of the problem/request** *I am having a problem with ... I have tried to do ... and ... I expected that ... would happen, but instead ... happened. Example: I tried to download a file but the site was not supported. Please add support for site xyz. Another example: I encountered a bug when downloading a video from xyz. I have tried to do a and b.*