Skip to content

Commit d03dde5

Browse files
ci: drop project workflow
GitHub is killing the good projects
1 parent 881b043 commit d03dde5

File tree

3 files changed

+10
-82
lines changed

3 files changed

+10
-82
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ body:
55
- type: dropdown
66
id: scripts
77
attributes:
8-
label: Script(s)
9-
multiple: true
8+
label: Script
9+
multiple: false
1010
options:
1111
- "`clipshot.lua`"
1212
- "`discord.lua`"
@@ -46,13 +46,18 @@ body:
4646
- label: Windows
4747
- label: Linux
4848
- label: macOS
49-
- type: input
49+
- type: textarea
5050
id: mpv-version
5151
attributes:
5252
label: MPV version
53+
description: "`mpv --version`"
54+
render: text
5355
validations: {required: false}
5456
- type: input
5557
id: lua-version
5658
attributes:
5759
label: Lua version
60+
description: |-
61+
Linux/macOS: `ldd "$(which mpv)" | grep lua`
62+
Windows: Figure it out ¯\\_(ツ)\_/¯
5863
validations: {required: false}

.github/ISSUE_TEMPLATE/enhancement.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ body:
55
- type: dropdown
66
id: scripts
77
attributes:
8-
label: Script(s)
9-
multiple: true
8+
label: Script
9+
multiple: false
1010
options:
1111
- "`clipshot.lua`"
1212
- "`discord.lua`"

.github/workflows/issues.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)