Skip to content

Commit fe172ec

Browse files
committed
Updates the issue templates with new Yaml format.
1 parent 0979e3e commit fe172ec

7 files changed

+217
-82
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature_enhancement.md

-18
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Feature or Enhancement Request
2+
description: Open an issue to give request a feature or engine enhancement.
3+
title: "[New Feature] Your new feature request title here"
4+
labels: [new-feature]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
*__NOTE:__ Please do not remove the `[New Feature]` prefix from the issue title, this helps us with filtering issues.*
10+
11+
Thanks for taking the time to fill out this feature request! If you wish to discuss the feature in detail first, join us on the [Mod Haven Discord](https://discord.gg/sZeMzz6qVg) server in the __#vinifera-chat__ channel.
12+
13+
Please make sure you follow these instructions and fill in every question with as much detial as possible.
14+
15+
- type: checkboxes
16+
id: checks
17+
attributes:
18+
label: First Check
19+
description: Please confirm and check all the following options;
20+
options:
21+
- label: I added a very descriptive title to this issue.
22+
required: true
23+
- label: I used the GitHub search to find a similar issue and didn't find it.
24+
required: true
25+
- label: I have attached as much information as possible *(screenshots, videos, links, etc)*.
26+
required: true
27+
28+
- type: textarea
29+
id: description
30+
attributes:
31+
label: Description
32+
description: |
33+
Describe your new feature or enhancement request here. Please use as much detail as possible.
34+
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
id: implementation
40+
attributes:
41+
label: Proposed Code (optional)
42+
description: |
43+
Tell us how this new feature could be implemented, using any example INI code, etc.
44+
validations:
45+
required: false
46+
47+
- type: textarea
48+
id: context
49+
attributes:
50+
label: Additional Context
51+
description: Add any additional context information, screenshots, images, videos, debug logs, and/or exception files you think would be useful.

.github/ISSUE_TEMPLATE/vanilla_bugfix_request.md

-32
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
name: Vanilla Bugfix Request
2+
description: Open an issue to request a vanilla bug to be fixed.
3+
title: "[Vanilla Bug] Your bug report title here"
4+
labels: [vanilla-bug]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
*__NOTE:__ Please do not remove the `[Vanilla Bug]` prefix from the issue title, this helps us with filtering issues.*
10+
11+
Thanks for taking the time to fill out this bug! If you need real-time help, join us on the [Mod Haven Discord](https://discord.gg/sZeMzz6qVg) in the __#vinifera-chat__ channel.
12+
13+
Please make sure you follow these instructions and fill in every question with as much detial as possible.
14+
15+
- type: checkboxes
16+
id: checks
17+
attributes:
18+
label: First Check
19+
description: Please confirm and check all the following options;
20+
options:
21+
- label: I added a very descriptive title to this issue.
22+
required: true
23+
- label: I used the GitHub search to find a similar issue and didn't find it.
24+
required: true
25+
- label: I have attached as much information as possible *(screenshots, debug and exception logs, etc)*.
26+
required: true
27+
28+
- type: textarea
29+
id: description
30+
attributes:
31+
label: Description
32+
description: |
33+
Write a detailed description telling us what the issue is, and if/when the bug occurs.
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: example-code
39+
attributes:
40+
label: Required Code (optional)
41+
description: |
42+
Any INI code or external changes that are required to reproduce the bug.
43+
validations:
44+
required: false
45+
46+
- type: textarea
47+
id: steps
48+
attributes:
49+
label: Steps To Reproduce
50+
description: |
51+
Tell us how to reproduce this issue so the developer(s) can reproduce the bug.
52+
validations:
53+
required: true
54+
55+
- type: textarea
56+
id: expected
57+
attributes:
58+
label: Expected Behaviour
59+
description: |
60+
Tell us what should happen.
61+
validations:
62+
required: true
63+
64+
- type: textarea
65+
id: actual
66+
attributes:
67+
label: Actual Behaviour
68+
description: |
69+
Tell us what actually happens instead.
70+
validations:
71+
required: true
72+
73+
- type: textarea
74+
id: context
75+
attributes:
76+
label: Additional Context
77+
description: Add any additional context information, screenshots, images, videos, debug logs, and/or exception files you think would be useful.

.github/ISSUE_TEMPLATE/vinifera_bugfix_request.md

-32
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
name: Vinifera Bugfix Request
2+
description: Open an issue to ask for a Vinifera bug to be fixed.
3+
title: "[Vinifera Bug] Your bug report title here"
4+
labels: [vinifera-bug]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
*__NOTE:__ Please do not remove the `[Vinifera Bug]` prefix from the issue title, this helps us with filtering issues.*
10+
11+
Thanks for taking the time to fill out this bug! If you need real-time help, join us on the [Mod Haven Discord](https://discord.gg/sZeMzz6qVg) server in the __#vinifera-chat__ channel.
12+
13+
Please make sure you follow these instructions and fill in every question with as much detial as possible.
14+
15+
- type: checkboxes
16+
id: checks
17+
attributes:
18+
label: First Check
19+
description: Please confirm and check all the following options;
20+
options:
21+
- label: I added a very descriptive title to this issue.
22+
required: true
23+
- label: I used the GitHub search to find a similar issue and didn't find it.
24+
required: true
25+
- label: I have attached as much information as possible *(screenshots, debug and exception logs, etc)*.
26+
required: true
27+
28+
- type: textarea
29+
id: description
30+
attributes:
31+
label: Description
32+
description: |
33+
Write a detailed description telling us what the issue is, and if/when the bug occurs.
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: example-code
39+
attributes:
40+
label: Required Code (optional)
41+
description: |
42+
Any INI code or external changes that are required to reproduce the bug.
43+
validations:
44+
required: false
45+
46+
- type: textarea
47+
id: steps
48+
attributes:
49+
label: Steps To Reproduce
50+
description: |
51+
Tell us how to reproduce this issue so the developer(s) can reproduce the bug.
52+
validations:
53+
required: true
54+
55+
- type: textarea
56+
id: expected
57+
attributes:
58+
label: Expected Behaviour
59+
description: |
60+
Tell us what should happen.
61+
validations:
62+
required: true
63+
64+
- type: textarea
65+
id: actual
66+
attributes:
67+
label: Actual Behaviour
68+
description: |
69+
Tell us what actually happens instead.
70+
validations:
71+
required: true
72+
73+
- type: input
74+
id: vinifera-version
75+
attributes:
76+
label: Version
77+
description: |
78+
What version of Vinifera are you using?
79+
80+
You can find the Vinifera version on the bottom right of the main menu.
81+
validations:
82+
required: true
83+
84+
- type: textarea
85+
id: context
86+
attributes:
87+
label: Additional Context
88+
description: Add any additional context information, screenshots, images, videos, debug logs, and/or exception files you think would be useful.

0 commit comments

Comments
 (0)