From 6b071c5c267367f494bec6b463c05baa17495a20 Mon Sep 17 00:00:00 2001 From: youtous Date: Thu, 7 May 2020 00:55:56 +0200 Subject: [PATCH] new issue format --- .github/CONTRIBUTING.md | 2 +- .../bug_report.md} | 90 ++++++++++++------- .github/ISSUE_TEMPLATE/feature_request.md | 42 +++++++++ .github/ISSUE_TEMPLATE/questions.md | 21 +++++ 4 files changed, 122 insertions(+), 33 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (71%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/questions.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f931d5fa..2c225fcf 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -21,7 +21,7 @@ to the master branch, you will only need to submit one pull request. Don't do pull requests against `-stable` branches. Always target the master branch. Any bugfixes we'll backport to those branches. At this point, you're waiting on us. We like to at least comment on, if not -accept, pull requests within several days days. +accept, pull requests within several days. We may suggest some changes or improvements or alternatives. Some things that will increase the chance that your pull request is accepted. diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 71% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index e062301c..a0002606 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,36 +1,14 @@ +--- +name: "\U0001F41E Bug report" +about: Create a report about a reproducible bug +title: '' +labels: bug, needs triage +assignees: '' + +--- -## Context - - - -## Expected Behavior - - -## Actual Behavior - - -## Possible Fix - - -## Steps to Reproduce - - -1. -2. -3. -4. - -## Your Environment - -* Amount of RAM available: -* Mailserver version used: -* Docker version used: -* Environment settings relevant to the config: -* Any relevant stack traces ("Full trace" preferred): - - + + +## Context + + + +### *What* is affected by this bug? + + + +### *When* does this occur? + + +## *How* do we replicate the issue? + + + +1. +2. +3. +4. + +## Actual Behavior + + +## Expected behavior (i.e. solution) + + + +## Your Environment + +* Amount of RAM available: +* Mailserver version used: +* Docker version used: +* Environment settings relevant to the config: +* Any relevant stack traces ("Full trace" preferred): + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..ea09f296 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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? + + + + +## Describe the solution you'd like + + + + +## Alternatives you've considered + + + + +## Who will that feature be useful to? + + + + +## What have you done already? + + + + +## What are you going to contribute? + + + + +## Additional context + + diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md new file mode 100644 index 00000000..f19449cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questions.md @@ -0,0 +1,21 @@ +--- +name: "❓ Question" +about: Ask a question about docker-mailserver +title: '' +labels: question, needs triage +assignees: '' + +--- + +## Subject + + +* [ ] 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 +