Skip to content

Commit e3ebeb2

Browse files
committed
test: test
1 parent 593194c commit e3ebeb2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/2_bug_report_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Report a Linux Issue"
22
description: "Create a report for a runtime related Linux Issue"
33
labels: ["os:linux"]
4-
type: Bug
4+
#type: Bug
55
body:
66
- type: textarea
77
id: mpv_information

.github/ISSUE_TEMPLATE/2_bug_report_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Report a macOS Issue"
22
description: "Create a report for a runtime related macOS Issue"
33
labels: ["os:mac"]
4-
type: Bug
4+
#type: Bug
55
body:
66
- type: textarea
77
id: mpv_info

.github/ISSUE_TEMPLATE/2_bug_report_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Report a Windows Issue"
22
description: "Create a report for a runtime related Windows Issue"
33
labels: ["os:win"]
4-
type: Bug
4+
#type: Bug
55
body:
66
- type: textarea
77
id: mpv_information

.github/ISSUE_TEMPLATE/3_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Report an Issue on other platforms"
22
description: "Create a report for a runtime related Issue on other platforms"
33
labels: []
4-
type: Bug
4+
#type: Bug
55
body:
66
- type: textarea
77
id: mpv_information

.github/ISSUE_TEMPLATE/4_bug_report_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Report a build Problem"
22
description: "Create a report for a build related Issue"
33
labels: ["core:meson"]
4-
type: Bug
4+
#type: Bug
55
body:
66
- type: textarea
77
id: important_information

.github/ISSUE_TEMPLATE/5_feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Request a new Feature"
22
description: "Create a request for a new feature"
33
labels: ["meta:feature-request"]
4-
type: Feature
4+
#type: Feature
55
body:
66
- type: textarea
77
id: expected_behavior

0 commit comments

Comments
 (0)