Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions .github/ISSUE_TEMPLATE/userstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ body:
label: Is there an existing issue outlining your problem?
description: Please search to see if an issue already exists for your problem.
options:
- label: I am using the latest version of the userstyle.
required: true
- label: I have searched the existing issues and they do not solve my problem.
required: true
- type: dropdown
Expand All @@ -32,11 +30,25 @@ body:
description: If applicable, attach screenshots which clearly highlight the issue.
- type: input
attributes:
label: What browser(s) are you seeing the problem on?
description: "Make sure to include the browser version - see https://userstyles.catppuccin.com/reference/browsers/ for instructions."
label: Browser version(s) this issue occurs on
description: "To get the browser version, see https://userstyles.catppuccin.com/reference/browsers."
placeholder: Firefox v112.0.2
validations:
required: true
- type: input
attributes:
label: Stylus extension version
description: If Stylus is pinned, right-click the extension icon and select "Manage Extension". Otherwise, in the extensions popup, click the settings icon or three dots icon if present and select "Manage Extension". The version is displayed on the resulting page.
placeholder: Stylus 2.3.17
Comment thread
uncenter marked this conversation as resolved.
validations:
required: true
- type: input
attributes:
label: Installed version of the userstyle
description: Versions are listed on Stylus' Manage page. To get the version, click the Stylus extension icon, then in the popup, click Manage. The version is found beside the name of the userstyle.
placeholder: v2025.12.05
validations:
required: true
- type: textarea
attributes:
label: Any additional comments?
Expand Down