mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-15 13:54:41 +08:00
34 lines
1.4 KiB
YAML
34 lines
1.4 KiB
YAML
name: I have a feature request
|
|
description: File a feature request issue
|
|
title: "[enhancement]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request form! Use this form only for requesting new features. If you have a question or problem, please use the [Q&A discussion](https://github.com/stalwartlabs/mail-server/discussions/new?category=q-a).
|
|
- type: textarea
|
|
id: request
|
|
attributes:
|
|
label: Which feature or improvement would you like to request?
|
|
description: Write a clear and concise description of what you want to happen.
|
|
placeholder: "I'd like to see this feature:"
|
|
value: "I'd like to see this feature:"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: problem-related
|
|
attributes:
|
|
label: Is your feature request related to a problem?
|
|
description: Write a clear and concise description of what the problem is.
|
|
placeholder: Tell us what the problem is!
|
|
value: "I'm having a problem with..."
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/stalwartlabs/.github/blob/main/CODE_OF_CONDUCT.md)
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|