Skip to content

Commit 8bd5bf1

Browse files
committed
feat#: add blurb and section about mods
1 parent 91956eb commit 8bd5bf1

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

.github/ISSUE_TEMPLATE/assets.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ body:
3939
validations:
4040
required: true
4141

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+
4254
- type: textarea
4355
id: what
4456
attributes:

.github/ISSUE_TEMPLATE/general.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ body:
3939
validations:
4040
required: true
4141

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+
4254
- type: textarea
4355
id: expect
4456
attributes:

.github/ISSUE_TEMPLATE/scene.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ body:
3939
validations:
4040
required: true
4141

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+
4254
- type: textarea
4355
id: what
4456
attributes:

.github/ISSUE_TEMPLATE/shader-mat.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ body:
3939
validations:
4040
required: true
4141

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+
4254
- type: textarea
4355
id: what
4456
attributes:

0 commit comments

Comments
 (0)