2023-04-07 09:58:51 +00:00
name : Bug Report
2023-06-01 00:57:05 +00:00
description : Submit a bug report to help us improve
2023-04-07 09:58:51 +00:00
title: 'bug report : '
2021-09-10 22:49:39 +00:00
labels :
2023-04-06 17:28:33 +00:00
- kind/bug/report
2023-04-19 09:16:47 +00:00
- meta/needs triage
2021-09-10 22:49:39 +00:00
body :
- type : checkboxes
2023-04-06 17:28:33 +00:00
id : preliminary-checks
2021-09-10 22:49:39 +00:00
attributes :
2023-06-01 00:57:05 +00:00
label : 📝 Preliminary Checks
2023-06-22 07:17:41 +00:00
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).
2021-09-10 22:49:39 +00:00
options :
2023-06-22 07:17:41 +00:00
- 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.
2023-04-19 09:21:21 +00:00
required : true
2023-06-01 00:57:05 +00:00
- type : textarea
id : what-happened
2022-10-29 23:32:23 +00:00
attributes :
2023-06-01 00:57:05 +00:00
label : 👀 What Happened?
description : How did this differ from your expectations?
placeholder : Although `LOG_LEVEL=debug` is set, the logs are missing debug output.
2022-10-29 23:32:23 +00:00
validations :
required : true
2023-06-01 00:57:05 +00:00
- type : textarea
id : steps-to-reproduce
2021-09-10 22:49:39 +00:00
attributes :
2023-06-01 00:57:05 +00:00
label : 👟 Reproduction Steps
description : |
How did you trigger this bug? Please walk us through it step by step.
Please use [fenced code blocks](https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks) when pasting lots of text!
placeholder : The easier it is for us to reproduce your issue, the sooner we can help resolve it 😉
2023-05-12 09:21:08 +00:00
- type : input
id : mailserver-version
attributes :
2023-06-01 00:57:05 +00:00
label : 🐋 DMS Version
2023-05-12 09:21:08 +00:00
description : On which version (image tag) did you encounter this bug?
2023-07-20 20:45:33 +00:00
placeholder : v12.1.0 (do not put "latest")
2023-05-12 09:21:08 +00:00
validations :
required : true
2023-06-01 00:57:05 +00:00
- type : input
id : operating-system
2023-05-12 09:21:08 +00:00
attributes :
2023-06-01 00:57:05 +00:00
label : 💻 Operating System and Architecture
description : |
Which OS is your docker host running on?
**NOTE:** Windows and macOS have limited support.
placeholder : Debian 11 (Bullseye) x86_64, Fedora 38 ARM64
2023-05-12 09:21:08 +00:00
validations :
required : true
2021-09-10 22:49:39 +00:00
- type : textarea
2023-05-12 09:21:08 +00:00
id : container-configuration-files
2021-09-10 22:49:39 +00:00
attributes :
2023-06-01 00:57:05 +00:00
label : ⚙️ Container configuration files
description : |
2023-06-22 07:17:41 +00:00
Show us the `compose.yaml` file or command that you used to run DMS (and possibly other related services).
2023-06-01 00:57:05 +00:00
- This field is formatted as YAML.
2023-06-22 07:17:41 +00:00
- If you are using Kubernetes, you can alternatively share your manifest files here.
2022-04-03 11:29:10 +00:00
render : yml
2021-09-10 22:49:39 +00:00
- type : textarea
id : relevant-log-output
attributes :
2023-06-01 00:57:05 +00:00
label : 📜 Relevant log output
description : |
Show us relevant log output here.
- This field expects only plain text (_rendered as a fenced code block_).
- You can enable debug output by setting the environment variable `LOG_LEVEL` to `debug` or `trace`.
2023-02-09 23:33:58 +00:00
render : Text
2022-11-05 02:25:26 +00:00
- type : input
2021-09-10 22:49:39 +00:00
id : form-improvements
attributes :
label : Improvements to this form?
description : If you have criticism or general feedback about this issue form, feel free to tell us so we can enhance the experience for everyone.
2022-11-05 02:25:26 +00:00
validations :
required : false