Add public issue and contribution guidance
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
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
|
||||
Reference in New Issue
Block a user