Skip to content

Commit 6f83c3f

Browse files
committed
Update issue templates
1 parent 56dac35 commit 6f83c3f

6 files changed

Lines changed: 171 additions & 97 deletions

File tree

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
2+
name: Bug report
3+
description: Report a bug with OpenTerrainGenerator, including crashes or other errors.
4+
title: "[Bug]: "
5+
labels: ["Bug", "Needs validation"]
6+
assignees:
7+
- SXRWahrheit
8+
9+
body:
10+
- type: 'markdown'
11+
attributes:
12+
value: |-
13+
## Important!
14+
This issue template is for bug reports *only.*
15+
16+
- For support using the plugin, please contact us on [Discord](https://discord.gg/UXzdVTH).
17+
18+
Please complete the entire form so we can best help resolve your issue!
19+
20+
- type: checkboxes
21+
attributes:
22+
label: Is there an existing issue for this?
23+
description: Please search to see if an issue already exists for the bug you encountered.
24+
options:
25+
- label: I have searched the existing issues
26+
required: true
27+
28+
- type: textarea
29+
attributes:
30+
label: Current Behavior
31+
description: A concise description of what you're experiencing.
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
attributes:
37+
label: Expected Behavior
38+
description: A concise description of what you expected to happen.
39+
validations:
40+
required: true
41+
42+
- type: dropdown
43+
id: Platform
44+
attributes:
45+
label: Which platforms have you reproduced this issue using?
46+
multiple: true
47+
options:
48+
- Forge Single Player
49+
- Forge Multiplayer
50+
- Spigot/Paper
51+
validations:
52+
required: true
53+
54+
- type: input
55+
id: otgversion
56+
attributes:
57+
label: OTG Version
58+
description: What version of OTG are you using? Use the "/otg version" command in-game or in your console ("otg version", no slash) and paste the output here.
59+
placeholder: ex. OTG 1.18.2 0.0.24
60+
validations:
61+
required: true
62+
63+
- type: input
64+
id: platformversion
65+
attributes:
66+
label: Platform Version
67+
description: What version of your platform are you using? Use the `/version`
68+
69+
- type: textarea
70+
attributes:
71+
label: Steps To Reproduce
72+
description: |
73+
Please include the steps necessary to create a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)
74+
75+
You can attach files by clicking this area to highlight it and then dragging the files in.
76+
placeholder: |
77+
1. Using this platform...
78+
2. With this command or preset...
79+
3. Attempt to...
80+
4. See error...
81+
validations:
82+
required: true
83+
84+
- type: textarea
85+
id: logfile
86+
attributes:
87+
label: Log file
88+
description: |
89+
Please provide the full latest.log file from your server or game client; this is especially important if you are reporting an issue that includes stacktrace output.
90+
91+
You can attach log files by clicking this area to highlight it and then dragging files in.
92+
93+
If your log file is too long to include, restart your server, connect to it, and reproduce the behavior at issue. Then, you can upload your log to https://paste.denizenscript.com/New/Log
94+
placeholder: https://paste.denizenscript.com/New/Log
95+
validations:
96+
required: true
97+
98+
- type: textarea
99+
attributes:
100+
label: Anything else?
101+
description: |
102+
Links? References? Anything that will give us more context about the issue you are encountering!
103+
104+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
105+
validations:
106+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Wiki
4+
about: Read about how to use OpenTerrainGenerator on our Wiki.
5+
url: https://openterraingen.fandom.com/wiki/Home
6+
- name: Discord
7+
about: Join our Discord server for help using OpenTerrainGenerator, contribution inquiries, and more.
8+
url: https://discord.gg/UXzdVTH
9+
- name: Downloads
10+
about: Download the latest published builds of OpenTerrainGenerator that are suitable for use on live servers from CurseForge.
11+
url: https://www.curseforge.com/minecraft/mc-mods/open-terrain-generator/
12+
- name: Developer Builds
13+
about: Download the latest bleeding-edge builds of OpenTerrainGenerator for use in bug testing and preset development. These builds are not recommended for use on live servers. Please ensure you download your build from the correct branch.
14+
url: https://github.com/PG85/OpenTerrainGenerator/actions/workflows/gradle.yml

.github/ISSUE_TEMPLATE/crash-report.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/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+
2+
name: Feature Request
3+
description: Suggest an improvement or request a feature.
4+
title: "[Feature Request]: "
5+
labels: ["Feature", "Needs validation"]
6+
assignees:
7+
- SXRWahrheit
8+
9+
body:
10+
- type: 'markdown'
11+
attributes:
12+
value: |-
13+
## Important!
14+
This issue template is for feature requests *only.*
15+
16+
- To report a bug or crash, use [the appropriate form](https://github.com/PG85/OpenTerrainGenerator/issues/new/choose).
17+
- For support using OpenTerrainGenerator, please contact us on [Discord](https://discord.gg/UXzdVTH).
18+
19+
Please complete the entire form so we can best consider your suggestion!
20+
21+
- type: checkboxes
22+
attributes:
23+
label: Is there an existing issue for this?
24+
description: Please search to see if an issue already exists for the bug you encountered.
25+
options:
26+
- label: I have searched the existing issues
27+
required: true
28+
29+
- type: textarea
30+
attributes:
31+
label: Suggested Feature
32+
description: A concise description of what you would like to see added to OpenTerrainGenerator.
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
attributes:
38+
label: Suggested Implementation
39+
description: A concise description of how you suggest we implement (add, make available) your suggestion.
40+
validations:
41+
required: false
42+
43+
- type: textarea
44+
attributes:
45+
label: Anything else?
46+
description: |
47+
Links? References? Anything that will give us more context about your suggestion!
48+
49+
Tip: You can attach images by clicking this area to highlight it and then dragging files in.
50+
validations:
51+
required: false

.github/ISSUE_TEMPLATE/story-report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)