diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 6961dbd0..146afe17 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -7,13 +7,17 @@ assignees: '' --- **Does your feature request involve difficulty for you to complete a task? Please describe.** -A clear and concise description of what the problem is. Ex. I think it takes too many steps to [...] + +> A clear and concise description of what the problem is. Ex. I think it takes too many steps to [...] **Describe the solution you'd like** -A clear and concise description of what you'd like to happen. + +> A clear and concise description of what you'd like to happen. **Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. + +> A clear and concise description of any alternative solutions or features you've considered. **Additional context** -Add any additional context or screenshots about the feature request here. + +> Add any additional context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/report-bug.md b/.github/ISSUE_TEMPLATE/report-bug.md index 56a2075c..e9b30b13 100644 --- a/.github/ISSUE_TEMPLATE/report-bug.md +++ b/.github/ISSUE_TEMPLATE/report-bug.md @@ -11,22 +11,16 @@ assignees: '' A clear and concise description of what the current behavior is. Please also add **screenshots** of the existing application. -**Example:** - -``` -In DarkMode, when scrollbar are displayed (for example on Companies page, with enough companies in the list), we see a blank square in the bottom right corner -[screenshot] -``` +> **Example:** +> In DarkMode, when scrollbar are displayed (for example on Companies page, with enough companies in the list), we see a blank square in the bottom right corner +> [screenshot] ## Expected behavior A clear and concise description of what the expected behavior is. -**Example:** - -``` -The blank square should be transparent (invisible) -``` +> **Example:** +> The blank square should be transparent (invisible) ## Technical inputs @@ -34,11 +28,8 @@ Operating System: Readest Version: -**Example:** - -``` -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 -``` +> **Example:** +> Operating System: Android 14 (WebView 135.0) +> Readest Version: 0.9.0 +> We are displaying custom scrollbars that disappear when the user is not scrolling. See ScrollWrapper. +> Probably fixable with CSS