diff --git a/.github/ISSUE_TEMPLATE/bug-report--incorrect-cue-sheet.md b/.github/ISSUE_TEMPLATE/bug-report--incorrect-cue-sheet.md new file mode 100644 index 0000000..4e36323 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report--incorrect-cue-sheet.md @@ -0,0 +1,29 @@ +--- +name: 'Bug Report: Incorrect CUE sheet' +about: Create a bug report if youtube-cue fails to work on a specific Youtube Video +title: "[BUG] Failed on a Youtube link" +labels: bug +assignees: '' + +--- + +**Youtube URL** + +Type the Youtube URL you tried here. + +**Command you ran** + +Type the complete command you typed, such as: + +youtube-cue https://www.youtube.com/watch?v=XsRAAp-Ivuc + +**Output** + +Give complete output here, if you got any + +**Version Information** + +Paste the output of `npm list -g --depth=0 youtube-cue` here + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..11fc491 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.