From 17e4c2157a79714ffb9f80b3781405f0eee0ea78 Mon Sep 17 00:00:00 2001 From: okcoder1 Date: Sat, 11 Apr 2026 23:02:15 +0530 Subject: [PATCH 1/2] chore: fix the bug report issue form Signed-off-by: okcoder1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 25c499480..dcbdad7a4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,7 +4,7 @@ labels: "bug" body: - type: markdown attributes: - value: Thanks for taking the time to fill out this bug report! + value: Thanks for taking the time to fill out this bug report! If you need real-time help, join us on [Discord](https://discord.gg/ys3ZCzttVQ). validations: required: false @@ -40,12 +40,13 @@ body: label: Version description: What version of SnapX are you running? options: - - `develop` branch - - 0.1.0 Dev - - 0.2.0 Dev - - 0.2.1 Dev - - 0.3.0 Dev - - 0.4.0 Dev + - Building from Source + - Nightly + - 0.1.0 + - 0.2.0 + - 0.2.1 + - 0.3.0 + - 0.4.0 default: 0 validations: required: true From 2e4102f36e133eed3c599fa92469d245b2f83c69 Mon Sep 17 00:00:00 2001 From: okcoder1 Date: Sat, 11 Apr 2026 23:18:29 +0530 Subject: [PATCH 2/2] chore: sort versions in descending order [skip ci] Signed-off-by: okcoder1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dcbdad7a4..f7c474ef0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -40,13 +40,13 @@ body: label: Version description: What version of SnapX are you running? options: - - Building from Source - - Nightly - - 0.1.0 - - 0.2.0 - - 0.2.1 - - 0.3.0 - 0.4.0 + - 0.3.0 + - 0.2.1 + - 0.2.0 + - 0.1.0 + - Nightly + - Building from Source default: 0 validations: required: true