diff --git a/.github/ISSUE_TEMPLATE/01_report_issue.yaml b/.github/ISSUE_TEMPLATE/01_report_issue.yaml index 4e298f99..e5a618ae 100644 --- a/.github/ISSUE_TEMPLATE/01_report_issue.yaml +++ b/.github/ISSUE_TEMPLATE/01_report_issue.yaml @@ -32,7 +32,7 @@ body: validations: required: false - - type: input + - type: textarea id: expected_behavior attributes: label: What is the expected behavior? @@ -57,9 +57,9 @@ body: description: Which operating systems did the issue happen? Please select all that apply. multiple: true options: - - label: Android - - label: iOS - - label: iPadOS + - Android + - iOS + - iPadOS validations: required: true @@ -96,7 +96,8 @@ body: label: Which distribution are you using? description: As Jellify is distributed on multiple platforms, please select which version you are using. options: - - Google Play Store / Apple App Store + - Apple App Store + - Google Play Store - GitHub Releases default: 0 validations: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 02ce8634..f5ed7feb 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Discord Server url: https://discord.gg/jellify diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md deleted file mode 100644 index b0307c92..00000000 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve Jellify -title: "[BUG]" -type: bug -assignees: anultravioletaurora - ---- - -**Describe the bug** -_A clear and concise description of what the bug is._ - - -**How did this happen?** -_Steps to reproduce the behavior_ - - -**What should have happened?** -_A clear and concise description of what you expected to happen._ - - -**Screenshots / Recordings** -_A picture is worth a thousand words_ - - -**What Device do you have?** - - Device: [e.g. iPhone 15 Pro] - - OS: [e.g. iOS26] - - Version [e.g. 0.19.1] - -**Anything else we should know?** -_Add any other context about the problem here._ - -**Relevant Links** -_Links from Discord, TestFlight, etc_