]> Untitled Git - lemmy-ui.git/blob - .github/ISSUE_TEMPLATE/QUESTION.yml
issue templates in yml format (#1211)
[lemmy-ui.git] / .github / ISSUE_TEMPLATE / QUESTION.yml
1 name: "? Question"
2 description: General questions about Lemmy
3 title: "Question: "
4 labels: ["question", "triage"]
5 body:
6   - type: markdown
7     attributes:
8       value: |
9         Have a question about Lemmy's UI?
10         Please check the docs first: https://join-lemmy.org/docs/en/index.html
11   - type: textarea
12     id: question
13     attributes:
14       label: Question
15       description: What's the question you have about Lemmy's UI?
16     validations:
17       required: true