Skip to content

Commit ee4b285

Browse files
committed
Updates issue templates.
1 parent 0979e3e commit ee4b285

File tree

7 files changed

+237
-82
lines changed

7 files changed

+237
-82
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature_enhancement.md

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 51 additions & 0 deletions
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+
Thanks for taking the time to fill out this feature request! If you wish to discuss the feature in detail first, join us on Discord.
10+
11+
Please follow these instructions and fill in every question with as much detial as possible.
12+
13+
* __NOTE:__ Please do not remove the `[New Feature]` prefix from the issue title, this helps us with filtering issues.*
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 logs, 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

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
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+
Thanks for taking the time to fill out this bug! If you need real-time help, join us on Discord.
10+
11+
Please follow these instructions and fill in every question with as much detial as possible.
12+
13+
* __NOTE:__ Please do not remove the `[Vanilla Bug]` prefix from the issue title, this helps us with filtering issues.*
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 logs, etc)**.
26+
required: true
27+
28+
- type: textarea
29+
id: description
30+
attributes:
31+
label: Description
32+
description: |
33+
What is the bug, issue, or crash?
34+
35+
Write a detailed description telling us what the issue is.
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
id: example-code
41+
attributes:
42+
label: Required Code (optional)
43+
description: |
44+
Any INI code or external changes that are required to reproduce the bug.
45+
validations:
46+
required: false
47+
48+
- type: textarea
49+
id: steps
50+
attributes:
51+
label: Steps To Reproduce
52+
description: |
53+
Tell us how to reproduce this issue so the developer(s) can reproduce the bug.
54+
placeholder: |
55+
For example;
56+
57+
1. Start a skirmish game.
58+
2. Build a power plant.
59+
3. Save the game.
60+
etc.
61+
62+
validations:
63+
required: true
64+
65+
- type: textarea
66+
id: expected
67+
attributes:
68+
label: Expected Behaviour
69+
description: |
70+
Tell us what should happen.
71+
validations:
72+
required: true
73+
74+
- type: textarea
75+
id: actual
76+
attributes:
77+
label: Actual Behaviour
78+
description: |
79+
Tell us what happens instead.
80+
validations:
81+
required: true
82+
83+
- type: textarea
84+
id: context
85+
attributes:
86+
label: Additional Context
87+
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

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
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+
Thanks for taking the time to fill out this bug! If you need real-time help, join us on Discord.
10+
11+
Please follow these instructions and fill in every question with as much detial as possible.
12+
13+
* __NOTE:__ Please do not remove the `[Vinifera Bug]` prefix from the issue title, this helps us with filtering issues.*
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 logs, etc)**.
26+
required: true
27+
28+
- type: textarea
29+
id: description
30+
attributes:
31+
label: Description
32+
description: |
33+
What is the bug, issue, or crash?
34+
35+
Write a detailed description telling us what the issue is.
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
id: example-code
41+
attributes:
42+
label: Required Code (optional)
43+
description: |
44+
Any INI code or external changes that are required to reproduce the bug.
45+
validations:
46+
required: false
47+
48+
- type: textarea
49+
id: steps
50+
attributes:
51+
label: Steps To Reproduce
52+
description: |
53+
Tell us how to reproduce this issue so the developer(s) can reproduce the bug.
54+
placeholder: |
55+
For example;
56+
57+
1. Start a skirmish game.
58+
2. Build a power plant.
59+
3. Save the game.
60+
etc.
61+
62+
validations:
63+
required: true
64+
65+
- type: textarea
66+
id: expected
67+
attributes:
68+
label: Expected Behaviour
69+
description: |
70+
Tell us what should happen.
71+
validations:
72+
required: true
73+
74+
- type: textarea
75+
id: actual
76+
attributes:
77+
label: Actual Behaviour
78+
description: |
79+
Tell us what happens instead.
80+
validations:
81+
required: true
82+
83+
- type: input
84+
id: vinifera-version
85+
attributes:
86+
label: Version
87+
description: |
88+
What version of Vinifera are you using?
89+
90+
You can find the Vinifera version on the bottom right of the main menu.
91+
validations:
92+
required: true
93+
94+
- type: textarea
95+
id: context
96+
attributes:
97+
label: Additional Context
98+
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)