mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
a9515b49c2
Misc spelling fixes and resolved imprecise statements. Shortened the bug report introduction a bit further and added a statement about being precise to all templates.
34 lines
923 B
YAML
34 lines
923 B
YAML
name: Other
|
|
description: Miscellaneous questions and reports
|
|
title: 'other: '
|
|
labels:
|
|
- meta/help wanted
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Markdown formatting can be used in almost all text fields. The description will tell you if this is not the case for a specific field.
|
|
|
|
Be as precise as possible, and if in doubt, it's best to add more information that too few.
|
|
|
|
---
|
|
- type: dropdown
|
|
id: subject
|
|
attributes:
|
|
label: Subject
|
|
options:
|
|
- I would like to contribute to the project
|
|
- I would like to configure a not documented mail server use case
|
|
- I would like some feedback concerning a use case
|
|
- I have questions about TLS/SSL/STARTTLS/OpenSSL
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
validations:
|
|
required: true
|