diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 8bf5346d59..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Bug report -about: Create a report to help fix an issue. -title: '' -labels: bug -assignees: '' - ---- - -**Platform**: *The type of device you were playing on - Android/iOS/Mac/Windows/Linux* ("All" is NOT a platform!) - -**Build**: *The build number under the title in the main menu. Required. "LATEST" IS NOT A VERSION, I NEED THE EXACT BUILD NUMBER OF YOUR GAME.* - -**Issue**: *Explain your issue in detail.* - -**Steps to reproduce**: *How you happened across the issue, and what exactly you did to make the bug happen.* - -**Link(s) to mod(s) used**: *The mod repositories or zip files that are related to the issue, if applicable.* - -**Save file**: *The (zipped) save file you were playing on when the bug happened. THIS IS REQUIRED FOR ANY ISSUE HAPPENING IN-GAME OR IN MULTIPLAYER, REGARDLESS OF WHETHER YOU THINK IT HAPPENS EVERYWHERE. DO NOT DELETE OR OMIT THIS LINE UNLESS YOU ARE SURE THAT THE ISSUE DOES NOT HAPPEN IN-GAME. IF YOU DO NOT HAVE A SAVE, DON'T WASTE TIME OPENING THIS ISSUE.* - -If you remove the line above without reading it properly and understanding what it means, I will reap your soul. Even if you're playing on someone's server, you can still save the game to a slot. - -**(Crash) logs**: *Either crash reports from the crash folder, or the file you get when you go into Settings -> Game Data -> Export Crash logs. REQUIRED if you are reporting a crash.* - ---- - -*Place an X (no spaces) between the brackets to confirm that you have read the line below.* -- [ ] **I have updated to the latest release (https://github.com/Anuken/Mindustry/releases) to make sure my issue has not been fixed.** -- [ ] **I have searched the closed and open issues to make sure that this problem has not already been reported.** diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000..e0d7baf390 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,74 @@ +name: Bug report +description: The type of device you were playing on +labels: ["bug"] + +body: + - type: dropdown + id: platform + attributes: + label: Platforms + description: On what platforms do you know the bug happens? + multiple: false + options: + - Android + - iOS + - Mac + - Windows + - Linux + validations: + required: true + - type: input + id: build + attributes: + label: Build + description: The build number under the title in the main menu. + placeholder: LATEST IS NOT A VERSION, I NEED THE EXACT BUILD NUMBER OF YOUR GAME. + validations: + required: true + - type: textarea + id: issue + attributes: + label: Issue + description: Explain your issue in detail. + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Steps to reproduce + description: How you happened across the issue, and what exactly you did to make the bug happen. + validations: + required: true + - type: textarea + id: mods + attributes: + label: Mods used + description: The mod repositories or zip files that are related to the issue, if applicable. + validations: + required: false + - type: textarea + id: save-file + attributes: + label: Save file + description: The (zipped) save file you were playing on when the bug happened. + placeholder: THIS IS REQUIRED FOR ANY ISSUE HAPPENING IN-GAME OR IN MULTIPLAYER, REGARDLESS OF WHETHER YOU THINK IT HAPPENS EVERYWHERE. DO NOT OMIT THIS LINE UNLESS YOU ARE SURE THAT THE ISSUE DOES NOT HAPPEN IN-GAME. IF YOU DO NOT HAVE A SAVE, DON'T WASTE TIME OPENING THIS ISSUE. + validations: + required: false + - type: textarea + id: logs + attributes: + label: (Crash) logs + description: Either crash reports from the crash folder, or the file you get when you go into Settings -> Game Data -> Export Crash logs. + placeholder: REQUIRED if you are reporting a crash. + validations: + required: false + - type: checkboxes + id: agreement + attributes: + label: Submission + description: Check the boxes to confirm that you have read the lines below. + options: + - label: I have updated to the latest release (https://github.com/Anuken/Mindustry/releases) to make sure my issue has not been fixed. + required: true + - label: I have searched the closed and open issues to make sure that this problem has not already been reported. + required: true diff --git a/core/assets/contributors b/core/assets/contributors index 384eeead66..6f3bf4ff84 100644 --- a/core/assets/contributors +++ b/core/assets/contributors @@ -1,3 +1,4 @@ +Yoru Kitsune Prosta4okua Felix Corvus Vanguard