From 839c2d82d619d59bc399881903765e2cfb057edf Mon Sep 17 00:00:00 2001 From: mdecimus Date: Wed, 22 Jan 2025 20:30:02 +0100 Subject: [PATCH] Updated issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 12 ++++++------ .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fab395b3..58e0cfdf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: I think I found a bug description: File a bug report issue. If you have a question or are experiencing a problem, please start a [new discussion](https://github.com/stalwartlabs/mail-server/discussions/new?category=q-a) instead. -title: "[bug]: " +title: "🐛: " labels: ["bug"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 942d54a4..651ebb6b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,14 @@ blank_issues_enabled: false contact_links: - name: I have a question or problem - url: https://stalw.art/docs/faq - about: Read the FAQ - - name: I have a question or problem not covered in the FAQ + url: https://stalw.art/docs/ + about: Read the documentation, use the search bar to find answers to your questions. + - name: I have a question or problem not covered in the documentation url: https://github.com/stalwartlabs/mail-server/discussions/new?category=q-a about: Open a Q&A discussion + - name: Join Stalwart's Reddit + url: https://www.reddit.com/r/stalwartlabs + about: Join our subreddit for help, discussions and release announcements. - name: Join Stalwart's Discord url: https://discord.gg/aVQr3jF8jd about: Join our Discord server for help, discussions and release announcements. - - name: Join Stalwart's Matrix - url: https://matrix.to/#/#stalwart:matrix.org - about: Join our Matrix room for help, discussions and release announcements. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3c96598b..b2ffa809 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: I have a feature request description: File a feature request issue -title: "[enhancement]: " +title: "🚀: " labels: ["enhancement"] body: - type: markdown