diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-04-27 04:22:35 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-04-27 04:50:47 +0700 |
commit | 6f366ef30ce1432cca58605d1b1533c3e9f8fb0b (patch) | |
tree | 39317b82bc16e337f392b499e1738b9707ca49f8 /.github/ISSUE_TEMPLATE/6_question.md | |
parent | 88b547492f5d9440072b0037494402f46aabc810 (diff) |
Issue template overhaul
Diffstat (limited to '.github/ISSUE_TEMPLATE/6_question.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/6_question.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/6_question.md b/.github/ISSUE_TEMPLATE/6_question.md new file mode 100644 index 000000000..1fd7cd5dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/6_question.md @@ -0,0 +1,38 @@ +--- +name: Ask question +about: Ask youtube-dl related question +title: '' +labels: 'question' +--- + +<!-- + +###################################################################### + WARNING! + IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE +###################################################################### + +--> + + +## Checklist + +<!-- +Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: +- Look through the README (http://yt-dl.org/readme) and FAQ (http://yt-dl.org/faq) for similar questions +- Search the bugtracker for similar questions: http://yt-dl.org/search-issues +- Finally, put x into all relevant boxes (like this [x]) +--> + +- [ ] I'm asking a question +- [ ] I've looked through the README and FAQ for similar questions +- [ ] I've searched the bugtracker for similar questions including closed ones + + +## Question + +<!-- +Ask your question in an arbitrary form. Please make sure it's worded well enough to be understood, see https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient. +--> + +WRITE QUESTION HERE |