name: Feature Request
description: XOOPS CMS is a work in progress! Let us know about a feature you would like to see in future releases.
title: "[Feature Request]: "
labels: ['Triage', 'Feature Request']
body:
- type: textarea
attributes:
label: Description
description: Please provide a detailed description of the feature you would like to see added.
validations:
required: true
- type: textarea
attributes:
label: Benefits
description: Please provide some thoughts on how this feature may benefit others using XOOPS.
validations:
required: true
- type: textarea
attributes:
label: Code Example
description: If available, please share code that we could use to implement this feature.
validations:
required: false
|