From f900608d6aa34c3075d1d83d64d90cdd33a63054 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Sun, 5 Jan 2025 16:23:48 +0100 Subject: [PATCH] Update report-bug template to collect OS and version info --- .github/ISSUE_TEMPLATE/report-bug.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report-bug.md b/.github/ISSUE_TEMPLATE/report-bug.md index 27cbe767..56a2075c 100644 --- a/.github/ISSUE_TEMPLATE/report-bug.md +++ b/.github/ISSUE_TEMPLATE/report-bug.md @@ -1,7 +1,7 @@ --- name: Report a bug about: Report a bug or a functional regression -title: 'Ex: In DarkMode, a blank square appears in bottom right corner while scrolling' +title: 'Example: In DarkMode, a blank square appears in bottom right corner while scrolling' labels: ['type: bug'] assignees: '' --- @@ -30,9 +30,15 @@ The blank square should be transparent (invisible) ## Technical inputs +Operating System: + +Readest Version: + **Example:** ``` -- We are displaying custom scrollbars that disappear when the user is not scrolling. See ScrollWrapper. -- Probably fixable with CSS +Operating System: macOS 14.3.1 +Readest Version: 0.9.0 +We are displaying custom scrollbars that disappear when the user is not scrolling. See ScrollWrapper. +Probably fixable with CSS ```