diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bug.yml similarity index 87% rename from .github/ISSUE_TEMPLATE/bugreport.yml rename to .github/ISSUE_TEMPLATE/bug.yml index 1032190..e648d23 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,5 +1,5 @@ -name: Bug Report -description: Create a bug report to help me improve Create Unlimited +name: I found a bug! +description: Report an issue with Create Unlimited. title: "[Bug] " labels: ["bug"] body: @@ -34,8 +34,8 @@ body: required: false - type: input attributes: - label: Crash Report or Log - description: If applicable, please add a **link** to the crash report or log that was created when this issue occurred. You can upload the crash report to a site like MCLogs or GitHub Gist. Please **do not** paste the whole crash report in this issue. + label: Log + description: Please add a **link** to the crash report or log that was created when this issue occurred. You can upload the crash report to a site like https://mclo.gs/ or https://gist.github.com. Please **do not** paste the whole crash report in this issue. validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2969027..2126fc6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Discord - url: https://discord.gg/2ubhDbMaZY - about: Our Discord Server \ No newline at end of file + - name: Talk to us on Discord + url: https://discord.gg/GeGm3DRDWY + about: Ask questions and get help from the community. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/crash.yml b/.github/ISSUE_TEMPLATE/crash.yml new file mode 100644 index 0000000..e685fbe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash.yml @@ -0,0 +1,36 @@ +name: My game crashed! +description: Report an issue that crashes the game. +title: "[Crash] " +labels: ["bug"] +body: + - type: textarea + attributes: + label: Context + description: What were you doing when the game crashed? Add images or videos if they could be useful. + validations: + required: true + + - type: input + attributes: + label: Crash Report + description: " + We need the Crash Report to figure out why the crash happened. + This file can be found in the \"crash-reports\" folder of your Minecraft folder. + It will be the newest file there. + Please upload the file to https://mclo.gs/ and put the link here. + " + validations: + required: true + + - type: dropdown + attributes: + label: Minecraft Version + options: + - "1.19.2" + - "1.20.1" + validations: + required: true + + - type: markdown + attributes: + value: "Thank you for taking the time to report this and help improve Create Unlimited!" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml index 09c994c..ca97f51 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -1,5 +1,5 @@ name: Suggestion -description: Suggest something that would improve Create Unlimited +description: Submit your ideas and suggestions for consideration. title: "[Suggestion] " labels: ["enhancement"] body: