Update issue templates

This commit is contained in:
Nemo 2021-06-28 09:59:52 +00:00 committed by GitHub
parent ecd52f60d1
commit 3c916c93ec
2 changed files with 49 additions and 0 deletions

View File

@ -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.

View File

@ -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.