Feliday-UI/.github/ISSUE_TEMPLATE/QUESTION.yml
Raymond Berger 105bbe4460
issue templates in yml format (#1211)
* add BUG_REPORT.yml

* remove .md file

* fix keys

* cleanup description

* add question.yml

* add hexbear.yml

* remove title

* feature request yml
2023-06-12 14:49:53 -04:00

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