mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
af09db6648
* ci: Revise `question.yml` to better clarify the issue tracker is not for support queries Users have been making low effort reports (_bypassing the dedicated form_) through this alternative that is intended for addressing other concerns related to the project - not troubleshooting user problems. When a user does not want to put the effort in of a full bug report (_and following our debug docs tips that it refers them to_), they should be using the Github Discussions page which provides the same free-form input, but should not require attention of project devs (contributors / maintainers). --- The markdown rendered field above the "Description" input field didn't seem too relevant for this template. I've opted for a markdown comment (so it won't render if kept) into the input field with hopes that'll be more visible to the readers attention. * chore: Fix typo
31 lines
1,010 B
YAML
31 lines
1,010 B
YAML
name: Other
|
|
description: Miscellaneous questions and reports for the project (not support)
|
|
title: 'other: '
|
|
labels:
|
|
- meta/help wanted
|
|
|
|
body:
|
|
- 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
|
|
- Something else that requires developers attention
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
validations:
|
|
required: true
|
|
value: |
|
|
<!---
|
|
Please do not use this form to bypass doing a proper bug report.
|
|
The issue tracker is for anything relevant to the project itself, not individual support queries.
|
|
If you don't want to fill out a bug report, please ask support questions at our community discussions page: https://github.com/orgs/docker-mailserver/discussions
|
|
-->
|