Skip to content

Commit 3d17b24

Browse files
authored
dev: update issue templates (#1633)
1 parent 19d3ab8 commit 3d17b24

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@ body:
3333
- label: This happens on the official site, opentogethertube.com
3434
- label: This happens using a self-hosted version.
3535
- label: I'm using the docker image.
36+
- type: input
37+
attributes:
38+
label: Room name or URL
39+
description: If you're on the official site, please provide the room name or url so I can track down the logs. Otherwise, leave blank.
40+
validations:
41+
required: false
42+
- type: input
43+
attributes:
44+
label: Video URL
45+
description: If you're having trouble with video playback, please provide the video URL. Otherwise, leave blank.
46+
validations:
47+
required: false
3648
- type: textarea
3749
attributes:
3850
label: Anything else?
@@ -41,4 +53,4 @@ body:
4153
4254
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
4355
validations:
44-
required: false
56+
required: false

.github/ISSUE_TEMPLATE/feature_request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ body:
88
Do not use this template to request support for a video service or format, submit a Service Support Request instead.
99
- type: textarea
1010
attributes:
11-
label: Is your feature request related to a problem? Please describe.
12-
description: A clear and concise description of what the problem is.
11+
label: Is your feature request related to a problem? Please describe your use case.
12+
description: A clear and concise description of the problem you are trying to solve.
1313
placeholder: I'm always frustrated when...
1414
validations:
1515
required: true

0 commit comments

Comments
 (0)