Stalwart Mail Server is now just Stalwart
This commit is contained in:
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,12 +1,12 @@
|
||||
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/stalwart/discussions/new?category=q-a) instead.
|
||||
title: "🐛: "
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report! Use this form only for reporting bugs. If you have a question or problem, please use the [Q&A discussion](https://github.com/stalwartlabs/mail-server/discussions/new?category=q-a).
|
||||
Thanks for taking the time to fill out this bug report! Use this form only for reporting bugs. If you have a question or problem, please use the [Q&A discussion](https://github.com/stalwartlabs/stalwart/discussions/new?category=q-a).
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
@@ -31,9 +31,9 @@ body:
|
||||
label: Version
|
||||
description: What version of our software are you running?
|
||||
options:
|
||||
- v0.12.x
|
||||
- v0.11.x
|
||||
- v0.10.x
|
||||
- v0.9.x or lower
|
||||
- v0.10.x or lower
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
@@ -67,6 +67,7 @@ body:
|
||||
- Internal
|
||||
- SQL
|
||||
- LDAP
|
||||
- OIDC
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
@@ -75,6 +76,7 @@ body:
|
||||
- Linux
|
||||
- Docker
|
||||
- MacOS
|
||||
- NixOS
|
||||
- FreeBSD
|
||||
- Windows
|
||||
- type: textarea
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -4,7 +4,7 @@ contact_links:
|
||||
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
|
||||
url: https://github.com/stalwartlabs/stalwart/discussions/new?category=q-a
|
||||
about: Open a Q&A discussion
|
||||
- name: Join Stalwart's Reddit
|
||||
url: https://www.reddit.com/r/stalwartlabs
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -6,7 +6,7 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this feature request form! Use this form only for requesting new features. If you have a question or problem, please use the [Q&A discussion](https://github.com/stalwartlabs/mail-server/discussions/new?category=q-a).
|
||||
Thanks for taking the time to fill out this feature request form! Use this form only for requesting new features. If you have a question or problem, please use the [Q&A discussion](https://github.com/stalwartlabs/stalwart/discussions/new?category=q-a).
|
||||
- type: textarea
|
||||
id: request
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user