42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
name: Feature Request
|
|
about: Propose a focused improvement to Dark Mode by GracePress
|
|
title: "[Feature] "
|
|
labels:
|
|
- enhancement
|
|
- needs triage
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Explain the user problem before proposing an implementation. Dark Mode intentionally avoids paywalls, telemetry, required remote services, and unnecessary administration notices.
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem to solve
|
|
description: What cannot be accomplished with the current plugin?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed behavior
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
- type: textarea
|
|
id: impact
|
|
attributes:
|
|
label: Compatibility and accessibility considerations
|
|
- type: checkboxes
|
|
id: confirmation
|
|
attributes:
|
|
label: Confirmation
|
|
options:
|
|
- label: I searched existing issues and documentation.
|
|
required: true
|
|
- label: This request is specific to Dark Mode by GracePress.
|
|
required: true
|