2021-12-11 22:38:08 +01:00
name : Bug Report
description : Create a bug report to help us improve Create
labels : [ "bug" ]
body :
- type : textarea
attributes :
label : Describe the Bug
description : A clear and concise description of what the bug is
validations :
required : true
- type : textarea
attributes :
label : Reproduction Steps
2022-03-30 06:49:23 +02:00
description : Tell us about the steps to reproduce the bug.
2021-12-11 22:38:08 +01:00
value : |
1 .
2 .
3 .
...
validations :
required : true
- type : textarea
attributes :
label : Expected Result
description : A clear and concise description of what you expected to happen
validations :
required : true
- type : textarea
attributes :
label : Screenshots and Videos
2022-03-30 06:49:23 +02:00
description : If applicable, add screenshots or videos to help explain your problem.
2021-12-11 22:38:08 +01:00
validations :
required : false
2021-12-11 23:28:33 +01:00
- type : input
attributes :
label : Crash Report or Log
2022-03-30 06:49:23 +02:00
description : If applicable, please add a **link** to the crash report or log that was created when this issue occured. You can upload the crash report to a site like Pastebin or GitHub Gist. Please **do not** paste the whole crash report in this issue.
2021-12-11 23:28:33 +01:00
validations :
required : false
2021-12-11 22:38:08 +01:00
- type : input
attributes :
label : Operating System
description : The operating system you were using when the bug occured
placeholder : Windows 11
validations :
required : true
- type : dropdown
attributes :
label : Mod Version
description : The version of the mod you were using when the bug occured
options :
2022-11-17 22:50:15 +01:00
- "0.5.0g"
2022-09-29 05:10:44 +02:00
- "0.5.0f"
2022-09-22 21:09:23 +02:00
- "0.5.0e"
2022-08-13 18:13:20 +02:00
- "0.5.0d"
2022-07-12 17:51:25 +02:00
- "0.5.0c"
2022-07-12 03:14:43 +02:00
- "0.5.0b"
2022-07-11 23:08:44 +02:00
- "0.5.0a"
2022-07-08 22:09:11 +02:00
- "0.5.0"
2022-04-06 21:36:15 +02:00
- "0.4.1"
2022-03-21 00:29:45 +01:00
- "0.4.0f"
2022-03-12 20:31:12 +01:00
- "0.4.0e"
2022-02-09 22:53:06 +01:00
- "0.4.0d"
2022-01-20 23:51:37 +01:00
- "0.4.0c"
2021-12-30 03:49:19 +01:00
- "0.4.0b"
2021-12-14 04:50:25 +01:00
- "0.4.0a"
2021-12-11 22:38:08 +01:00
- "0.4.0"
- "0.3.2g"
- "0.3.2f"
- "0.3.2e"
- "0.3.2d"
- "0.3.2c"
- "0.3.2b"
- "0.3.2a"
- "0.3.2"
- "0.3.1c"
- "0.3.1b"
- "0.3.1a"
- "0.3.1"
- "0.3.0e"
- "0.3.0d"
- "0.3.0c"
- "0.3.0b"
- "0.3.0a"
- "0.3.0"
- "0.2.4e"
- "0.2.4d"
- "0.2.4c"
- "0.2.4b"
- "0.2.4a"
- "0.2.4"
- "0.2.3"
- "0.2.2b"
- "0.2.2a"
- "0.2.2"
- "0.2.1"
- "0.2.0"
- "0.1.1a"
- "0.1.1"
- "0.1.0"
- "0.0.5"
- "0.0.4"
- "0.0.3"
- "0.0.2"
- "0.0.1"
validations :
required : true
- type : dropdown
attributes :
label : Minecraft Version
description : The version of Minecraft you were using when the bug occured
options :
2022-09-25 21:07:39 +02:00
- "1.19.2"
2022-04-06 21:36:15 +02:00
- "1.18.2"
2021-12-11 22:38:08 +01:00
- "1.18.1"
- "1.18"
- "1.17.1"
- "1.16.5"
- "1.16.4"
- "1.16.3"
- "1.15.2"
- "1.14.4"
validations :
required : true
- type : input
attributes :
label : Forge Version
description : The version of Forge you were using when the bug occured
placeholder : 36.2 .0
validations :
required : true
- type : textarea
attributes :
label : Other Mods
2022-03-30 06:49:23 +02:00
description : Please list any other mods that were running when the crash happened.
2021-12-11 22:38:08 +01:00
validations :
required : false
- type : textarea
attributes :
label : Additional Context
description : Add any extra context about the bug here
validations :
required : false
- type : markdown
attributes :
2022-03-30 06:49:23 +02:00
value : "Thank you for taking the time to make this bug report and help improve Create!"