From b2de0ede6bc145b71f025019508c42dd0c614e4a Mon Sep 17 00:00:00 2001 From: rakosi2 Date: Sun, 22 Oct 2023 12:25:44 -0700 Subject: [PATCH] update issues with new questions --- .github/ISSUE_TEMPLATE/bug_report.yaml | 33 ++++++++++++++------------ 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index cc5da91f6..649e14b3c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -15,37 +15,40 @@ body: options: - label: All Requirements must be installed. required: true - - label: Full ``Latest.log`` file included. If no file exists then leave this unchecked and state so. - required: false - + - label: "Changed the title so that it doesn't just says \"[Bug]: \"" + required: true + - label: I have searched the GitHub issues for my bug, even in the closed issues. + required: true + - type: checkboxes id: optionalcriteria attributes: label: All of the following are optional to answer options: - label: Tried reinstalling the Game. - required: false - label: Tried reinstalling MelonLoader. - required: false - label: Tried restarting PC. - required: false - label: Was able to see the Start Screen. - required: false - + - type: textarea id: what-happened attributes: label: Describe the issue. - description: Use the space below to describe the issue you are having. If you have a `Latest.log` file at `{Game_Directory}\MelonLoader\Latest.log`, please attach it by dragging and dropping it into the text box, or clicking the "Attach file" button at the bottom. + placeholder: Use this space to describe the issue you are having. + description: If you have a `Latest.log` file at `{Game_Directory}\MelonLoader\Latest.log`, please attach it by dragging and dropping it into the text box, or clicking the "Attach file" button at the bottom. + + If there is no `Latest.log` file, please state that you do not have one. validations: required: true - - - type: checkboxes + + - type: dropdown id: attachedlog + validations: + required: true attributes: label: Did you attach your log file? options: - - label: Yes, I attached my log file to the text box above. - required: false - - label: No, I could not find a log file at `{Game_Directory}\MelonLoader\Latest.log` - required: false + - Select an option below + - Yes, I attached my log file to the text box above. + - No, I could not find a log file at `{Game_Directory}\MelonLoader\Latest.log` + default: 0