mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
53fe93db47
* add issue template yml from lemmy-ui * prettier * Empty-Commit for CI * improve Qs * add instance question * delete hexbear * backend version
17 lines
468 B
YAML
17 lines
468 B
YAML
name: "? Question"
|
|
description: General questions about Lemmy
|
|
title: "Question: "
|
|
labels: ["question", "triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Have a question about Lemmy's UI?
|
|
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's UI?
|
|
validations:
|
|
required: true
|