Files
Mastodon-Modern/issue_template/bug_report.yaml
2023-07-27 16:21:47 +00:00

37 lines
962 B
YAML

name: Bug Report
about: Report an issue!
labels:
- bug
body:
- type: textarea
id: describe
attributes:
label: Describe the issue
validations:
required: true
- type: input
id: masto
attributes:
label: Mastodon instance version + fork
placeholder: ex. v4.1.4+glitch
- type: input
id: browser
attributes:
label: Browser + Version
placeholder: ex. Firefox 108.0.2
- type: checkboxes
id: a
attributes:
label: Some checks
options:
- label: I have made sure this issue hasn't already been posted.
required: true
- label: I have made sure I am on the latest version of my Browser.
required: true
- label: I have made sure the server I am using the style on doesn't have any other major modifications.
required: true
- label: If installed as a UserStyle, I am using the "Stylus" browser extension, not "Stylish".