From f2fc8ba5cf192e188ad78b8e9f7338ac17d6c648 Mon Sep 17 00:00:00 2001 From: Zac0511 Date: Fri, 25 Oct 2024 20:40:32 +0200 Subject: [PATCH] Edit "Puter version" title and description in the bug report template A quick edit to replace "Puter version (if accessible)" by "Puter version" and a new description to say that its not required. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 9dc2da26..67f35e26 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -53,8 +53,8 @@ body: - type: input id: version attributes: - label: Puter version (if accessible) - description: Type the version of Puter you were using when you encountered the bug + label: Puter version + description: Type the version of Puter you were using when you encountered the bug. This is not required. If you can't access the version, then continue without adding the version number. placeholder: Click the profile button on the top-right, then "Settings". The version number will be printed at the bottom validations: required: false