Files
fcb_photo_review/paddle_detection/.github/ISSUE_TEMPLATE/4_ask-a-question.yml
2024-08-27 14:42:45 +08:00

38 lines
1.7 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: 🙋🏼‍♀️🙋🏻‍♂️提问 Ask a Question
description: 提出一个使用/咨询问题。 Ask a usage or consultation question.
labels: [type/question, status/new-issue]
body:
- type: checkboxes
attributes:
label: 问题确认 Search before asking
description: >
#### 你可以在这里提出一个使用/咨询问题,提问之前请确保:
- 1已经百度/谷歌搜索过你的问题,但是没有找到解答;
- 2已经在官网查询过[教程文档](https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/docs/tutorials/GETTING_STARTED_cn.md)与[FAQ](https://github.com/PaddlePaddle/PaddleDetection/tree/release/2.4/docs/tutorials/FAQ),但是没有找到解答;
- 3已经在[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues)中搜索过没有找到同类issue或issue未被解答。
#### You could ask a usage or consultation question here, before your start, please make sure:
- 1) You have searched your question on Baidu/Google, but found no answer;
- 2) You have checked the [tutorials](https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/docs/tutorials/GETTING_STARTED.md), but found no answer;
- 3) You have searched [the existing and past issues](https://github.com/PaddlePaddle/PaddleDetection/issues), but found no similar issue or the issue has not been answered.
options:
- label: >
我已经搜索过问题但是没有找到解答。I have searched the question and found no related answer.
required: true
- type: textarea
id: question
attributes:
label: 请提出你的问题 Please ask your question
validations:
required: true