Files

66 lines
1.8 KiB
YAML

name: Compatibility Report
about: Report a conflict with WordPress, PHP, a browser, theme, or another plugin
title: "[Compatibility] "
labels:
- compatibility
- needs triage
body:
- type: markdown
attributes:
value: |
Use this form when Dark Mode works generally but conflicts with a particular environment. Do not include credentials, private data, or security vulnerabilities.
- type: input
id: plugin-version
attributes:
label: Dark Mode version
placeholder: "4.8.18"
validations:
required: true
- type: input
id: wordpress-php
attributes:
label: WordPress and PHP versions
placeholder: "WordPress 6.x; PHP 8.x"
validations:
required: true
- type: input
id: conflicting-component
attributes:
label: Conflicting component
description: Name the browser, theme, plugin, host, or WordPress feature and include its version.
validations:
required: true
- type: dropdown
id: surface
attributes:
label: Affected area
options:
- Public website
- WordPress administration
- Both
- Unsure
validations:
required: true
- type: textarea
id: behavior
attributes:
label: Conflict description and reproduction steps
validations:
required: true
- type: textarea
id: isolation
attributes:
label: Isolation already attempted
description: Explain what happens when the theme, plugin, browser extension, cache, or optimization is disabled.
- type: checkboxes
id: confirmation
attributes:
label: Confirmation
options:
- label: I searched existing issues.
required: true
- label: I removed secrets and private information.
required: true
- label: This is not a security vulnerability.
required: true