mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 02:27:15 +02:00
new issue format
This commit is contained in:
parent
b6bc3bc073
commit
6b071c5c26
4 changed files with 122 additions and 33 deletions
86
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
86
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,86 @@
|
|||
---
|
||||
name: "\U0001F41E Bug report"
|
||||
about: Create a report about a reproducible bug
|
||||
title: ''
|
||||
labels: bug, needs triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
<!--- Provide a general summary of the issue in the Title above -->
|
||||
|
||||
<!-- Thanks for the bug report! -->
|
||||
|
||||
|
||||
<!---
|
||||
## Possible answers to you issue
|
||||
* ClamAV keeps restarting:
|
||||
https://github.com/tomav/docker-mailserver#requirements
|
||||
|
||||
* Email seen as spam:
|
||||
https://github.com/tomav/docker-mailserver/wiki/Configure-SPF
|
||||
https://github.com/tomav/docker-mailserver/wiki/Configure-DKIM
|
||||
|
||||
* Creating new domains and accounts
|
||||
https://github.com/tomav/docker-mailserver/wiki/Configure-Accounts
|
||||
|
||||
* Use a relay mail server
|
||||
https://github.com/tomav/docker-mailserver/wiki/Configure-AWS-SES
|
||||
The variable name can be used for other email servers.
|
||||
|
||||
* FAQ and tips
|
||||
https://github.com/tomav/docker-mailserver/wiki/FAQ-and-Tips
|
||||
|
||||
* The wiki
|
||||
https://github.com/tomav/docker-mailserver/wiki
|
||||
|
||||
* Open issues
|
||||
https://github.com/tomav/docker-mailserver/issues
|
||||
-->
|
||||
|
||||
## Context
|
||||
<!--- Provide a more detailed introduction to the issue itself -->
|
||||
<!--- How has this issue affected you? What were you trying to accomplish? -->
|
||||
|
||||
### *What* is affected by this bug?
|
||||
|
||||
|
||||
|
||||
### *When* does this occur?
|
||||
|
||||
|
||||
## *How* do we replicate the issue?
|
||||
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
|
||||
<!--- reproduce this issue include code to reproduce, if relevant -->
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
4.
|
||||
|
||||
## Actual Behavior
|
||||
<!--- Tell us what happens instead -->
|
||||
|
||||
## Expected behavior (i.e. solution)
|
||||
<!--- Tell us what should happen -->
|
||||
|
||||
|
||||
## Your Environment
|
||||
<!--- Include as many relevant details about the environment you experienced the issue in -->
|
||||
* Amount of RAM available:
|
||||
* Mailserver version used:
|
||||
* Docker version used:
|
||||
* Environment settings relevant to the config:
|
||||
* Any relevant stack traces ("Full trace" preferred):
|
||||
|
||||
<!---
|
||||
Please remember to format code using triple backticks (`) so that it is neatly formatted when the issue is posted.
|
||||
|
||||
Spoilers are recommended for readability:
|
||||
<details>
|
||||
<summary>Click me to expand </summary>
|
||||
```sh
|
||||
echo "hello world"
|
||||
```
|
||||
</details>
|
||||
|
||||
-->
|
42
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
42
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
name: "\U0001F389 Feature request"
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: feature request, needs triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Is your feature request related to a problem?
|
||||
<!-- A clear and concise description of what the problem is. -->
|
||||
|
||||
|
||||
|
||||
## Describe the solution you'd like
|
||||
<!-- A clear and concise description of what you want to happen. -->
|
||||
|
||||
|
||||
|
||||
## Alternatives you've considered
|
||||
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||
|
||||
|
||||
|
||||
## Who will that feature be useful to?
|
||||
<!-- Is it solving a common problem, or is it an improvement that all current users will benefit from? -->
|
||||
|
||||
|
||||
|
||||
## What have you done already?
|
||||
<!-- If you already built a prototype or a complete implementation of that feature, where is it possible to see it? -->
|
||||
|
||||
|
||||
|
||||
## What are you going to contribute?
|
||||
<!-- Besides testing volunteering work made by other people, what are you going to contribute in order to help have that feature implemented, tested and documented? -->
|
||||
|
||||
|
||||
|
||||
## Additional context
|
||||
<!-- Add any other context about the feature request here. -->
|
||||
|
21
.github/ISSUE_TEMPLATE/questions.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/questions.md
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
name: "❓ Question"
|
||||
about: Ask a question about docker-mailserver
|
||||
title: ''
|
||||
labels: question, needs triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Subject
|
||||
<!-- Select one, remove the others: -->
|
||||
|
||||
* [ ] I would like to contribute to the project (code, documentation, advocacy, integration, ...)
|
||||
* [ ] I would like some help for integrating this container with another service (rainloop, PostFWD, ...)
|
||||
* [ ] 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
|
||||
|
||||
## Description
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue