adjusting links & misc

This commit is contained in:
Georg Lauterbach 2021-01-19 09:27:01 +01:00
parent dba291dc43
commit 221d4ce187
No known key found for this signature in database
GPG key ID: 2FDC58699AF121C6
10 changed files with 30 additions and 27 deletions

View file

@ -2,7 +2,7 @@
name: "\U0001F41E Bug report"
about: Create a report about a reproducible bug
title: "[BUG]"
labels: area/bug, meta/needs triage, priority/medium
labels: kind/bug, meta/needs triage, priority/medium
assignees: ""
---
@ -13,21 +13,21 @@ Possible answers to your issue
https://github.com/docker-mailserver/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
https://github.com/docker-mailserver/docker-mailserver/wiki/Configure-SPF
https://github.com/docker-mailserver/docker-mailserver/wiki/Configure-DKIM
* Creating new domains and accounts
https://github.com/tomav/docker-mailserver/wiki/Configure-Accounts
https://github.com/docker-mailserver/docker-mailserver/wiki/Configure-Accounts
* Use a relay mail server
https://github.com/tomav/docker-mailserver/wiki/Configure-AWS-SES
https://github.com/docker-mailserver/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
https://github.com/docker-mailserver/docker-mailserver/wiki/FAQ-and-Tips
* The wiki
https://github.com/tomav/docker-mailserver/wiki
https://github.com/docker-mailserver/docker-mailserver/wiki
* Open issues
https://github.com/docker-mailserver/docker-mailserver/issues

View file

@ -2,7 +2,7 @@
name: "\U0001F389 Feature request"
about: Suggest an idea for this project
title: '[FR]'
labels: area/enhancement, kind/feature request, meta/needs triage, priority/low
labels: area/enhancement, kind/feature (request), meta/needs triage, priority/low
assignees: ''
---

View file

@ -12,10 +12,10 @@ jobs:
uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 1 # TODO just for testing purposes, otherwise (20)
days-before-close: 1 # TODO just for testing purposes, otherwise (10)
days-before-stale: 20
days-before-close: 10
stale-issue-label: "meta/stale"
close-issue-label: "meta/frozen due to age or inactivity"
close-issue-label: "meta/closed due to age or inactivity"
stale-issue-message: >
This issue has become stale because it has been open for 20 days without
activity. Remove the label and comment or this issue will be closed in 10 days.