mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 07:44:01 +01:00
* make it clearer that if you're looking for help, the forum is the right place. * make all headlines full sentences * fix a typo
29 lines
967 B
YAML
29 lines
967 B
YAML
name: Suggest a new feature
|
|
description: Suggest a new feature to be developed for Roundcube.
|
|
title: "Suggest a new feature"
|
|
labels: []
|
|
assignees: []
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Prerequisites
|
|
options:
|
|
- label: I have [searched](https://github.com/roundcube/roundcubemail/issues?q=is%3Aissue) for duplicate or closed feature requests
|
|
required: true
|
|
- label: I have [searched](https://plugins.roundcube.net/) for plugins that provide already provide the feature
|
|
required: true
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposal
|
|
description: Describe the new feature you would like to see in Roundcube.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: motivation
|
|
attributes:
|
|
label: Motivation and context
|
|
description: Tell us why this change is needed or helpful, and what problems it may help solve.
|
|
validations:
|
|
required: true
|