Skip to content

Commit fa50300

Browse files
authored
Merge pull request #39 from Yellow-Dog-Man/jae/fix/36-issues-resonite-version
Add new fields in issue templates
2 parents 7367337 + 8bd5bf1 commit fa50300

File tree

4 files changed

+84
-0
lines changed

4 files changed

+84
-0
lines changed

.github/ISSUE_TEMPLATE/assets.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,27 @@ body:
3030
validations:
3131
required: true
3232

33+
- type: input
34+
id: version-resonite
35+
attributes:
36+
label: 'Resonite version'
37+
description: 'Version of Resonite in use.'
38+
placeholder: '2026.3.11.1400'
39+
validations:
40+
required: true
41+
42+
- type: dropdown
43+
id: mods-present
44+
attributes:
45+
label: 'I tested the issue **without** mods.'
46+
description: 'Did you test the issue without any mods to make sure it is not caused by those.'
47+
options:
48+
- 'Yes'
49+
- 'No'
50+
default: 0
51+
validations:
52+
required: true
53+
3354
- type: textarea
3455
id: what
3556
attributes:

.github/ISSUE_TEMPLATE/general.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,27 @@ body:
3030
validations:
3131
required: true
3232

33+
- type: input
34+
id: version-resonite
35+
attributes:
36+
label: 'Resonite version'
37+
description: 'Version of Resonite in use.'
38+
placeholder: '2026.3.11.1400'
39+
validations:
40+
required: true
41+
42+
- type: dropdown
43+
id: mods-present
44+
attributes:
45+
label: 'I tested the issue **without** mods.'
46+
description: 'Did you test the issue without any mods to make sure it is not caused by those.'
47+
options:
48+
- 'Yes'
49+
- 'No'
50+
default: 0
51+
validations:
52+
required: true
53+
3354
- type: textarea
3455
id: expect
3556
attributes:

.github/ISSUE_TEMPLATE/scene.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,27 @@ body:
3030
validations:
3131
required: true
3232

33+
- type: input
34+
id: version-resonite
35+
attributes:
36+
label: 'Resonite version'
37+
description: 'Version of Resonite in use.'
38+
placeholder: '2026.3.11.1400'
39+
validations:
40+
required: true
41+
42+
- type: dropdown
43+
id: mods-present
44+
attributes:
45+
label: 'I tested the issue **without** mods.'
46+
description: 'Did you test the issue without any mods to make sure it is not caused by those.'
47+
options:
48+
- 'Yes'
49+
- 'No'
50+
default: 0
51+
validations:
52+
required: true
53+
3354
- type: textarea
3455
id: what
3556
attributes:

.github/ISSUE_TEMPLATE/shader-mat.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,27 @@ body:
3030
validations:
3131
required: true
3232

33+
- type: input
34+
id: version-resonite
35+
attributes:
36+
label: 'Resonite version'
37+
description: 'Version of Resonite in use.'
38+
placeholder: '2026.3.11.1400'
39+
validations:
40+
required: true
41+
42+
- type: dropdown
43+
id: mods-present
44+
attributes:
45+
label: 'I tested the issue **without** mods.'
46+
description: 'Did you test the issue without any mods to make sure it is not caused by those.'
47+
options:
48+
- 'Yes'
49+
- 'No'
50+
default: 0
51+
validations:
52+
required: true
53+
3354
- type: textarea
3455
id: what
3556
attributes:

0 commit comments

Comments
 (0)