diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1047a84..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Settings** -Add your settings of the mod here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 946b73e..e4f9d50 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,9 +1,8 @@ name: Bug Report -description: File a bug report +description: Create a report to help improve the mod functionality title: "[Bug]: " labels: ["bug"] -assignees: - - thespbgamer + body: - type: textarea id: describe-the-bug @@ -18,7 +17,11 @@ body: attributes: label: To Reproduce description: Steps to reproduce the behavior. - placeholder: 1. Go to '...' 2. Click on '....' 3. Do '....' 4. See error + placeholder: + 1. Go to '...' + 2. Click on '....' + 3. Do '....' + 4. See error validations: required: true - type: textarea @@ -34,20 +37,21 @@ body: attributes: label: Version description: What version of the mod are you running? - placeholder: I'm on the version 2.0.0 + placeholder: I'm on the latest version. validations: required: true - - type: textarea - id: attachments - attributes: - label: Attachments - description: If applicable, add screenshots to help explain your problem. - validations: - required: false - type: textarea id: settings attributes: label: Settings description: If applicable, add your settings of the mod here (if not using defaults, screenshots are fine for this). validations: - required: true \ No newline at end of file + required: true + - type: textarea + id: extra-attachments + attributes: + label: Extra Attachments + description: If applicable, add screenshots to help explain your problem. + validations: + required: false + \ No newline at end of file