### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Documentation Update
15 lines
445 B
YAML
15 lines
445 B
YAML
name: Question
|
|
description: Ask questions on RAGFlow
|
|
title: "[Question]: "
|
|
labels: [question]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
If the previous templates don't fit with what you'd like to report or ask, please use this general question template to file issue.
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe your problem
|
|
description: A clear and concise description of your problem.
|
|
validations:
|
|
required: true |