Add an issue template

This commit is contained in:
Sander van den Oever 2016-03-06 23:16:13 +01:00
parent 7404061141
commit 60bf14d3e9

28
ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,28 @@
**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.*
**Suggested solution or other information**
*In case you have suggestions for a solution or any other relevant information you can write it here*
**Example URL**
*Provide the url of the file that you were trying to download.*
**Output of running youtube-dl with `--verbose` or `-v`**
```
Replace the contents between the backticks (`) with the output of youtube-dl when running with the --verbose or -v flag.
```
**Output of running `youtube-dl --version`**
```
Replace the contents between the backticks (`) with the output of 'youtube-dl --version'.
Make sure you are using the latest version by running 'youtube-dl --update'
```