diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..366a0834c --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -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' +```