4_ask-a-question.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. name: 🙋🏼‍♀️🙋🏻‍♂️提问 Ask a Question
  2. description: 提出一个使用/咨询问题。 Ask a usage or consultation question.
  3. labels: [type/question, status/new-issue]
  4. body:
  5. - type: checkboxes
  6. attributes:
  7. label: 问题确认 Search before asking
  8. description: >
  9. #### 你可以在这里提出一个使用/咨询问题,提问之前请确保:
  10. - 1)已经百度/谷歌搜索过你的问题,但是没有找到解答;
  11. - 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),但是没有找到解答;
  12. - 3)已经在[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues)中搜索过,没有找到同类issue或issue未被解答。
  13. #### You could ask a usage or consultation question here, before your start, please make sure:
  14. - 1) You have searched your question on Baidu/Google, but found no answer;
  15. - 2) You have checked the [tutorials](https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/docs/tutorials/GETTING_STARTED.md), but found no answer;
  16. - 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.
  17. options:
  18. - label: >
  19. 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
  20. required: true
  21. - type: textarea
  22. id: question
  23. attributes:
  24. label: 请提出你的问题 Please ask your question
  25. validations:
  26. required: true