name: Feature request
description: Propose a new helper, adapter, or integration.
title: "[Feature]: "
labels:
- enhancement
body:
- type: textarea
id: problem
attributes:
label: Problem to solve
description: Describe the gap or developer pain point.
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed solution
description: Describe the API or behavior you want.
validations:
required: true
- type: textarea
id: compatibility
attributes:
label: Compatibility notes
description: Note any XOOPS, PHP, or BC concerns.
|