From 33257518557f0aeaa283ec54b6da7c9eaebcc3bb Mon Sep 17 00:00:00 2001 From: Aiden Schembri Date: Mon, 30 Jun 2025 15:22:19 +0200 Subject: [PATCH 1/2] changed some settings --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ffb8aa3..9a06131 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: "🐛 Bug Report" description: Create a new ticket for a bug. -title: "🐛 " +title: "🐛 " labels: ["bug"] type: "Bug" body: @@ -30,9 +30,7 @@ body: attributes: label: "Screenshots" description: If applicable, add screenshots to help explain your problem. - value: | - ![DESCRIPTION](LINK.png) - render: bash + placeholder: "Drag and drop screenshots here, or paste image URLs using ![description](image-url)" validations: required: false - type: textarea From 26d3f5f7662126c9bbf0783c973956dcc40094a9 Mon Sep 17 00:00:00 2001 From: Aiden Schembri <aidsch0605@outlook.com> Date: Mon, 30 Jun 2025 15:26:10 +0200 Subject: [PATCH 2/2] few more changes --- .github/ISSUE_TEMPLATE/bug-report.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9a06131..27e6be1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -16,7 +16,7 @@ body: id: reprod attributes: label: "Reproduction steps" - description: Please enter an explicit description of your issue + description: Please provide clear steps to reproduce the bug value: | 1. Go to '...' 2. Click on '....' @@ -52,12 +52,15 @@ body: - iOS - Linux - Windows - - Macos + - macOS - Web validations: required: true - type: input + id: version attributes: label: App Version description: What version of Fladder are you using? placeholder: e.g. v0.2.1 (25) or just v0.2.1 + validations: + required: true