Help: Feature Request

Submit feature requests with clear problem framing, impact, and acceptance criteria so prioritization is straightforward.

Prerequisites

  • - A user problem not already solved by existing components, tokens, or docs.
  • - A concrete use case with measurable expected outcomes.
  • - A quick duplicate check against roadmap and open issues.

Step 1: Check roadmap and open enhancements

Verify whether the request is already planned, in progress, or recently delivered.

Review:
- /news/roadmap
- /news/changelog
- https://github.com/jortega0033/diwa-design-system/issues

Step 2: Write a proposal with acceptance criteria

Describe current gap, desired behavior, and how success will be validated.

### Problem
Users cannot ...

### Proposed Capability
Add ...

### Impact
This affects ...

### Acceptance Criteria
- [ ] ...
- [ ] ...

Step 3: Open an enhancement issue

Submit via the enhancement issue path so maintainers can triage consistently.

Feature request URL:
https://github.com/jortega0033/diwa-design-system/issues/new?labels=enhancement&title=Feature%20request%3A%20

Implementation Notes

  • - Feature requests are prioritized by user impact, implementation complexity, and roadmap fit.
  • - Attach mockups or workaround examples when helpful.
  • - Include accessibility, responsiveness, and docs expectations where relevant.

Troubleshooting

  • - If request scope is broad, split into incremental proposals.
  • - If acceptance criteria are vague, convert them to measurable behavior.
  • - If overlap exists, add context to the existing issue instead of duplicating.

Next Actions