Skip to content

Commit 8cfb444

Browse files
CrusherNotDripTechnikTil
authored andcommitted
Platform stuffs (Subject to change)
1 parent b2e3212 commit 8cfb444

3 files changed

Lines changed: 78 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,62 @@ body:
1313
- label: I did not have any mods enabled/installed when reproducing.
1414
validations:
1515
required: true
16+
17+
- type: input
18+
id: version
19+
attributes:
20+
label: Version
21+
description: What version are you experiencing this on? (And commit + PR if applicable)
22+
placeholder: Example: 0.1.0-alpha (566dd0c) (#2)
23+
validations:
24+
required: true
25+
26+
- type: dropdown
27+
id: platform-type
28+
attributes:
29+
label: Platform Type
30+
description: What platform are you experiencing this on?
31+
options:
32+
- label: Windows
33+
- label: MacOS
34+
- label: Linux
35+
- label: iOS/iPadOS
36+
- label: Android
37+
- label: Browser
38+
- label: Other
39+
validations:
40+
required: true
41+
42+
- type: input
43+
id: platform-version
44+
attributes:
45+
label: Platform Version
46+
description: What version of your platform are you playing on?
47+
placeholder: Examples: 11 25H2, 26.4, SteamOS 3.0, Chrome
48+
validations:
49+
required: true
50+
51+
- type: input
52+
id: platform-model
53+
attributes:
54+
label: Platform Model
55+
description: If applicable, what device/specs are you using?
56+
placeholder: iPhone 17 Pro Max, Samsung S26 Ultra
57+
validations:
58+
required: false
59+
60+
- type: upload
61+
id: media
62+
attributes:
63+
label: Media
64+
description: If applicable, please leave a image/video of how the bug looks.
65+
validations:
66+
required: false
67+
1668
- type: upload
1769
id: logs
1870
attributes:
1971
label: Logs
20-
description: If you're reporting a crash or something similar than it is recommended to leave the logs here.
72+
description: If applicable, please leave related logs here.
2173
validations:
2274
required: false

.github/ISSUE_TEMPLATE/compiling.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,27 @@ body:
1212
- label: I checked and searched if this issue has already been reported in this repo.
1313
validations:
1414
required: true
15+
16+
- type: input
17+
id: commit
18+
attributes:
19+
label: Commit
20+
description: What commit are you experiencing this on? (And PR if applicable)
21+
placeholder: Example: Initial commit (566dd0c) (#2)
22+
validations:
23+
required: true
24+
25+
- type: dropdown
26+
id: target
27+
attributes:
28+
label: Target
29+
description: What target are you experiencing this on?
30+
options:
31+
- label: Windows
32+
- label: MacOS
33+
- label: Linux
34+
- label: iOS/iPadOS
35+
- label: Android
36+
- label: HTML5
37+
- label: HashLink
38+
- label: Other

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- pull_request_target
55

66
jobs:
7-
# PR Info Labeler, gives the `PR: ` labels upon creation.
7+
# PR Info Labeler, gives the `PR: Type` labels upon creation.
88
labeler:
99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)