From 9c7d86ee4903a72778ac032906dcbdca6a23425d Mon Sep 17 00:00:00 2001 From: bymyself Date: Wed, 19 Feb 2025 20:46:22 -0700 Subject: [PATCH] Update issue report template (#2645) --- .github/ISSUE_TEMPLATE/bug-report.yaml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 7d0b84b87..93554fb89 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -16,7 +16,18 @@ body: - type: textarea attributes: label: Frontend Version - description: 'What is the frontend version you are using? You can check this in the settings dialog' + description: | + What is the frontend version you are using? You can check this in the settings dialog. + +
+ + Click to show where to find the version + + Open the setting by clicking the cog icon in the bottom-left of the screen, then click `About`. + + ![Desktop version](https://github.com/user-attachments/assets/eb741720-00c1-4d45-b0a2-341a45d089c5) + +
validations: required: true - type: textarea @@ -72,7 +83,8 @@ body: - Other - type: textarea attributes: - label: Other - description: 'Any other additional information you think might be helpful.' + label: Other Information + description: 'Any other context, details, or screenshots that might help solve the issue.' + placeholder: 'Add any other relevant information here...' validations: required: false