Files
roundcubemail/.github/ISSUE_TEMPLATE/feature_request.yml
Pablo Zmdl 56f05e6792 Some wording changes to the issue templates (#9547)
* make it clearer that if you're looking for help, the forum is the
  right place.
* make all headlines full sentences
* fix a typo
2024-07-15 18:09:37 +02:00

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