mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-16 04:14:52 +02:00
docs: Add compatibility section to debugging page (#3404)
docs: Add compatibility section to debugging page ci: Adjust bug report template Reduce some text + compress the preliminary checks down to single check item.
This commit is contained in:
parent
68c6f247a6
commit
a276589e40
2 changed files with 47 additions and 21 deletions
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -10,20 +10,10 @@ body:
|
|||
id: preliminary-checks
|
||||
attributes:
|
||||
label: 📝 Preliminary Checks
|
||||
description: Please read these carefully.
|
||||
description: |
|
||||
By submitting this issue, you agree to our [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md).
|
||||
options:
|
||||
- label: I checked that all ports are open and not blocked by my ISP / hosting provider.
|
||||
required: true
|
||||
- label: I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct.
|
||||
required: true
|
||||
- label: I searched the issue tracker but was unable to find my issue.
|
||||
required: true
|
||||
- label: |
|
||||
I have read:
|
||||
- The [extended documentation in general](https://docker-mailserver.github.io/docker-mailserver/latest/) but found nothing to resolve the issue;
|
||||
- The [documentation on debugging](https://docker-mailserver.github.io/docker-mailserver/latest/config/debugging/), tried the proposed steps to debug the problem, but was still unable to resolve the issue;
|
||||
- This project's [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md) and I agree;
|
||||
- The [documentation about filing a bug report](https://docker-mailserver.github.io/docker-mailserver/latest/contributing/issues-and-pull-requests/#filing-a-bug-report).
|
||||
- label: I tried searching for an existing issue and followed the [debugging docs](https://docker-mailserver.github.io/docker-mailserver/latest/config/debugging/) advice, but still need assistance.
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
|
@ -64,10 +54,9 @@ body:
|
|||
attributes:
|
||||
label: ⚙️ Container configuration files
|
||||
description: |
|
||||
Show us the file that you use to run DMS (and possibly other related services).
|
||||
Show us the `compose.yaml` file or command that you used to run DMS (and possibly other related services).
|
||||
- This field is formatted as YAML.
|
||||
- This is most likely your `compose.yaml` file, but you can also show us your equivalent `docker run` command, if applicable.
|
||||
- If you are using Kubernetes, you can also put your manifest files here.
|
||||
- If you are using Kubernetes, you can alternatively share your manifest files here.
|
||||
render: yml
|
||||
- type: textarea
|
||||
id: relevant-log-output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue