Skip to content

Commit 2e3b295

Browse files
committed
chore: add GitHub issue form
1 parent ee783ac commit 2e3b295

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: "Main Streamlink repository"
4+
about: "Please go here for any issues or questions related to Streamlink itself."
5+
url: https://github.com/streamlink/streamlink

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Issue
2+
description: An issue with one of Streamlink's Windows installers
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
## Thanks for reporting an issue with Streamlink's Windows installer!
8+
9+
**Issues and questions related Streamlink itself DO NOT BELONG here and will be closed immediately.**
10+
- type: input
11+
attributes:
12+
label: Installer flavor and version
13+
description: |
14+
The exact file name of the installer.
15+
- type: textarea
16+
attributes:
17+
label: Description
18+
description: |
19+
Explain the issue as thoroughly as you can and list the steps which lead to the problem.
20+
Please also provide details about your operating system and its configuration if you can.
21+
validations:
22+
required: true

0 commit comments

Comments
 (0)