diff --git a/.github/ISSUE_TEMPLATE/broken-stream.md b/.github/ISSUE_TEMPLATE/broken-stream.md new file mode 100644 index 0000000000..2e9b846f77 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/broken-stream.md @@ -0,0 +1,19 @@ +--- +name: Broken Stream +about: Any problems with the channel broadcasting +title: '' +labels: broken stream +assignees: '' + +--- + +#### What's wrong? + +#### Country of the channel: + +#### Channel Name: + +#### Broken Link: + + +#### Additional Information (optional): diff --git a/.github/ISSUE_TEMPLATE/channel-request.md b/.github/ISSUE_TEMPLATE/channel-request.md new file mode 100644 index 0000000000..b9e402ca88 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/channel-request.md @@ -0,0 +1,17 @@ +--- +name: Channel Request +about: The playlists are missing your favorite channel +title: '' +labels: channel request +assignees: '' + +--- + +#### Country of the channel: + + +#### Channel Name: + +#### Channel Language: + +#### Additional Information (optional): diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..0bac6abda1 --- /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: feature request +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.