Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/PaddlePaddle/PaddleDetection/issues).
(Required) Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/PaddlePaddle/PaddleDetection/issues).
options:
-label:>
我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有报过同样bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report.
我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report.
required:true
-type:dropdown
attributes:
label:Bug组件 Bug Component
description:|
(可选项) 请选择在哪部分代码发现这个bug。(Optional) Please select the part of PaddleDetection where you found the bug.
请清晰简洁的描述这个bug。A clear and concise description of what the bug is.
请清晰简洁的描述这个bug。A clear and concise description of what the bug is.
```python
# 最小可复现代码。 Sample code to reproduce the problem.
代码改动说明,或最小可复现代码。 Code change description, or sample code to reproduce the problem.
```
```shell
带有完整回溯的报错信息。 The error message you got, with the full traceback.
带有完整回溯信息的报错日志或截图。 The error log or screenshot you got, with the full traceback.
```
validations:
required:true
...
...
@@ -47,25 +65,40 @@ body:
-type:textarea
attributes:
label:复现环境 Environment
description:请具体说明复现bug的环境信息,Please specify the software and hardware you used to produce the bug.
description:请具体说明复现bug的环境信息。Please specify the environment information for reproducing the bug.
placeholder:|
- OS: Linux/Windows
- PaddlePaddle: 2.2.2
- PaddleDetection: release/2.4
- Python: 3.8.0
- CUDA: 10.2
- CUDNN: 7.6
- GCC: 8.2.0
validations:
required:false
required:true
-type:checkboxes
attributes:
label:Bug描述确认 Bug description confirmation
description:>
(必选项) 请确认是否提供了详细的Bug描述和环境信息,确认问题是否可以复现。
(Required) Please confirm whether the bug description and environment information are provided, and whether the problem can be reproduced.
options:
-label:>
我确认已经提供了Bug复现步骤、代码改动说明、以及环境信息,确认问题是可以复现的。I confirm that the bug replication steps, code change instructions, and environment information have been provided, and the problem can be reproduced.
(Optional) We encourage you to submit a [Pull Request](https://github.com/PaddlePaddle/PaddleDetection/pulls) (PR) to help improve PaddleDetection for everyone, especially if you have a good understanding of how to implement a fix or feature.
options:
-label:Yes I'd like to help by submitting a PR!
-label:我愿意提交PR!I'd like to help by submitting a PR!