mirror of
https://github.com/readest/readest.git
synced 2026-05-01 04:50:50 +00:00
Update report-bug template to collect OS and version info
This commit is contained in:
parent
ca56c5a73d
commit
f900608d6a
1 changed files with 9 additions and 3 deletions
12
.github/ISSUE_TEMPLATE/report-bug.md
vendored
12
.github/ISSUE_TEMPLATE/report-bug.md
vendored
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue