Updated issue templates
This commit is contained in:
parent
dbf92404d1
commit
4d861fe1c4
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
name: '🐞 Bug Report'
|
||||||
|
about: Report an error in this repository
|
||||||
|
title: 'Fix: xxx'
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Please describe the error in as much detail as possible so that we can fix it quickly -->
|
|
@ -1,10 +1,9 @@
|
||||||
---
|
---
|
||||||
name: "\U0001F6A7 Broken Stream"
|
name: '🛠 Broken Stream'
|
||||||
about: Report a broken stream
|
about: Report a broken stream
|
||||||
title: 'Fix: xxx'
|
title: 'Fix: xxx'
|
||||||
labels: broken stream
|
labels: broken stream
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Please fill out the information in this issue template so that we can
|
<!-- Please fill out the information in this issue template so that we can
|
||||||
|
@ -12,7 +11,7 @@ efficiently process your request -->
|
||||||
|
|
||||||
<!-- IMPORTANT: An issue may contain a request for only one channel, otherwise it will be closed -->
|
<!-- IMPORTANT: An issue may contain a request for only one channel, otherwise it will be closed -->
|
||||||
|
|
||||||
***Channel Name:*** xxx
|
**_Channel Name:_** xxx
|
||||||
***Broken Link (from playlist):*** xxx
|
**_Broken Link (from playlist):_** xxx
|
||||||
***Possible Replacement (optional):*** xxx
|
**_Possible Replacement (optional):_** xxx
|
||||||
***Notes (optional):*** xxx
|
**_Notes (optional):_** xxx
|
|
@ -1,10 +1,9 @@
|
||||||
---
|
---
|
||||||
name: "✨ Feature Request"
|
name: '✨ Feature Request'
|
||||||
about: For any ideas or feature requests
|
about: For any ideas or feature requests
|
||||||
title: 'Propose: xxx'
|
title: 'Propose: xxx'
|
||||||
labels: discussion
|
labels: discussion
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Please describe your idea as fully as possible -->
|
<!-- Please describe your idea as fully as possible -->
|
||||||
|
|
|
@ -4,11 +4,10 @@ about: Request to remove a channel
|
||||||
title: 'Remove: xxx'
|
title: 'Remove: xxx'
|
||||||
labels: DMCA
|
labels: DMCA
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Please fill out the information in this issue template so that we can
|
<!-- Please fill out the information in this issue template so that we can
|
||||||
efficiently process your request -->
|
efficiently process your request -->
|
||||||
|
|
||||||
***Channel Name:*** xxx
|
**_Channel Name:_** xxx
|
||||||
***DMCA Notice (link):*** xxx
|
**_DMCA Notice (link):_** xxx
|
||||||
|
|
Loading…
Reference in New Issue