From 329fe3fb9ef19f2d5a1536dd9adb07434b90f6a5 Mon Sep 17 00:00:00 2001 From: Patrik Kernstock Date: Sun, 8 Nov 2020 08:36:05 +0000 Subject: [PATCH] Updated issue templates (#3843) * Updated issue templates * Small change * Add labels and emojis * Added FUNDING.yml, pointing to docs * Fixed label for feature request template --- .github/FUNDING.yml | 1 + .github/ISSUE_TEMPLATE/Bug_report.md | 23 +++++++++------- .github/ISSUE_TEMPLATE/Feature_request.md | 33 ++++++++++++++++------- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++ .gitignore | 1 - 5 files changed, 46 insertions(+), 20 deletions(-) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..befe7db7 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: https://mailcow.github.io/mailcow-dockerized-docs/#help-mailcow diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index bfe69292..4267ee7d 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,7 +1,7 @@ --- -name: Bug report -about: Report a bug for this project. NOT to be used for support questions. - +name: 🐞 Bug Report +about: Report a reproducible bug for mailcow. (NOT to be used for support questions.) +labels: bug, Needs triage --- **Prior to placing the issue, please check following:** *(fill out each checkbox with an `X` once done)* -- [ ] I understand, that not following or deleting the below instructions, will result in immediate closing and deletion of my issue. +- [ ] I understand that not following or deleting the below instructions will result in immediate closure and/or deletion of my issue. +- [ ] I have understood that this bug report is dedicated for bugs, and not for support-related inquiries. - [ ] I have understood that answers are voluntary and community-driven, and not commercial support. - [ ] I have verified that my issue has not been already answered in the past. I also checked previous [issues](https://github.com/mailcow/mailcow-dockerized/issues). -**Description of the bug**: +## Summary -**Docker container logs of affected containers**: +## Logs -**Reproduction of said bug**: +## Reproduction -**System information**: +## System information -**Additional context** -Add any other context or screenshots about the feature request here or remove this section +## Summary + +A clear and concise description of what the problem is. +For example: I'm always frustrated when [...] + +## Motivation + +What are you about to solve or improve with this idea? +What would be the benefit for most users? + +## Additional context + +Add any other context or screenshots about the feature request. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..51d03700 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: ❓ Community-driven support + url: https://mailcow.github.io/mailcow-dockerized-docs/#get-support + about: Please use the community forum for questions or assistance + - name: 🚨 Report a security vulnerability + url: https://www.servercow.de/anfrage?lang=en + about: Please give us appropriate time to verify, respond and fix before disclosure. diff --git a/.gitignore b/.gitignore index 1feb1072..90e2e496 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,5 @@ data/gitea/ data/gogs/ data/conf/sogo/plist_ldap update_diffs/ -.github/ docker-compose.override.yml refresh_images.sh