Updated issue templates
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: I think I found a bug
|
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.
|
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"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
12
.github/ISSUE_TEMPLATE/config.yml
vendored
12
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,14 +1,14 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: I have a question or problem
|
- name: I have a question or problem
|
||||||
url: https://stalw.art/docs/faq
|
url: https://stalw.art/docs/
|
||||||
about: Read the FAQ
|
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 FAQ
|
- name: I have a question or problem not covered in the documentation
|
||||||
url: https://github.com/stalwartlabs/mail-server/discussions/new?category=q-a
|
url: https://github.com/stalwartlabs/mail-server/discussions/new?category=q-a
|
||||||
about: Open a Q&A discussion
|
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
|
- name: Join Stalwart's Discord
|
||||||
url: https://discord.gg/aVQr3jF8jd
|
url: https://discord.gg/aVQr3jF8jd
|
||||||
about: Join our Discord server for help, discussions and release announcements.
|
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.
|
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: I have a feature request
|
name: I have a feature request
|
||||||
description: File a feature request issue
|
description: File a feature request issue
|
||||||
title: "[enhancement]: "
|
title: "🚀: "
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user