lemmy/.github/ISSUE_TEMPLATE/QUESTION.yml
Dessalines 03630c8abd
Direct questions to lemmy.ml/c/lemmy_support. #5464 (#5467)
* Direct questions to lemmy.ml/c/lemmy_support. #5464

* Add matrix chat.
2025-03-04 09:50:53 +01:00

19 lines
604 B
YAML

name: "? Question"
description: General questions about Lemmy
title: "Question: "
labels: ["question", "triage"]
body:
- type: markdown
attributes:
value: |
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
- type: textarea
id: question
attributes:
label: Question
description: What's the question you have about Lemmy?
validations:
required: true