mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-03-13 15:02:44 +00:00
* Direct questions to lemmy.ml/c/lemmy_support. #5464 * Add matrix chat.
This commit is contained in:
parent
62fb03599a
commit
03630c8abd
3 changed files with 5 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
@ -14,7 +14,7 @@ body:
|
||||||
label: Requirements
|
label: Requirements
|
||||||
description: Before you create a bug report please do the following.
|
description: Before you create a bug report please do the following.
|
||||||
options:
|
options:
|
||||||
- label: Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
|
- label: Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support or the [matrix chat](https://matrix.to/#/#lemmy:matrix.org).
|
||||||
required: true
|
required: true
|
||||||
- label: Did you check to see if this issue already exists?
|
- label: Did you check to see if this issue already exists?
|
||||||
required: true
|
required: true
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
2
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
|
@ -12,7 +12,7 @@ body:
|
||||||
label: Requirements
|
label: Requirements
|
||||||
description: Before you create a bug report please do the following.
|
description: Before you create a bug report please do the following.
|
||||||
options:
|
options:
|
||||||
- label: Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
|
- label: Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support or the [matrix chat](https://matrix.to/#/#lemmy:matrix.org).
|
||||||
required: true
|
required: true
|
||||||
- label: Did you check to see if this issue already exists?
|
- label: Did you check to see if this issue already exists?
|
||||||
required: true
|
required: true
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
4
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
|
@ -6,7 +6,9 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Have a question about Lemmy?
|
For questions or discussions use https://lemmy.ml/c/lemmy_support or the [matrix chat](https://matrix.to/#/#lemmy:matrix.org).
|
||||||
|
|
||||||
|
Have a question about how Lemmy works?
|
||||||
Please check the docs first: https://join-lemmy.org/docs/en/index.html
|
Please check the docs first: https://join-lemmy.org/docs/en/index.html
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: question
|
id: question
|
||||||
|
|
Loading…
Reference in a new issue