mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 18:19:55 +00:00
105bbe4460
* add BUG_REPORT.yml * remove .md file * fix keys * cleanup description * add question.yml * add hexbear.yml * remove title * feature request yml
17 lines
No EOL
467 B
YAML
17 lines
No EOL
467 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 |