Files
Mastodon-Modern/issue_template/bug_report.yaml

37 lines
962 B
YAML
Raw Normal View History

2023-01-13 12:26:41 -05:00
name: Bug Report
2023-01-13 12:44:25 -05:00
about: Report an issue!
2023-01-13 12:26:41 -05:00
labels:
- bug
body:
- type: textarea
id: describe
attributes:
label: Describe the issue
validations:
required: true
2023-07-27 16:21:47 +00:00
- type: input
id: masto
attributes:
label: Mastodon instance version + fork
placeholder: ex. v4.1.4+glitch
2023-01-13 12:26:41 -05:00
- type: input
id: browser
attributes:
label: Browser + Version
2023-01-13 12:43:00 -05:00
placeholder: ex. Firefox 108.0.2
2023-01-13 12:26:41 -05:00
- type: checkboxes
id: a
attributes:
2023-01-13 12:46:24 -05:00
label: Some checks
2023-01-13 12:26:41 -05:00
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
2023-01-13 12:53:13 -05:00
- label: I have made sure the server I am using the style on doesn't have any other major modifications.
2023-01-13 12:49:14 -05:00
required: true
2023-01-13 13:01:41 -05:00
- label: If installed as a UserStyle, I am using the "Stylus" browser extension, not "Stylish".