1_bug-report.yml 4.3 KB
Newer Older
1
name: 🐛 报BUG Bug Report
F
Feng Ni 已提交
2
description: 报告一个可复现的Bug以帮助我们修复PaddleDetection。 Report a bug to help us reproduce and fix it.
T
thinkthinking 已提交
3
labels: [bug]
4 5 6 7 8 9 10 11 12 13 14

body:
- type: markdown
  attributes:
    value: |
        Thank you for submitting a PaddleDetection Bug Report!

- type: checkboxes
  attributes:
    label: 问题确认 Search before asking
    description: >
F
Feng Ni 已提交
15
      (必选项) 在向PaddleDetection报bug之前,请先查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues)是否报过同样的bug。
16

F
Feng Ni 已提交
17
      (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).
18 19 20

    options:
      - label: >
F
Feng Ni 已提交
21
          我已经查询[历史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.
22 23
        required: true

F
Feng Ni 已提交
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
- type: dropdown
  attributes:
    label: Bug组件 Bug Component
    description: |
      (可选项) 请选择在哪部分代码发现这个bug。(Optional) Please select the part of PaddleDetection where you found the bug.
    multiple: true
    options:
      - "Training"
      - "Validation"
      - "Inference"
      - "Export"
      - "Deploy"
      - "Installation"
      - "DataProcess"
      - "Other"
  validations:
    required: false

42 43 44
- type: textarea
  id: code
  attributes:
F
Feng Ni 已提交
45
    label: Bug描述 Describe the Bug
46
    description:  |
F
Feng Ni 已提交
47
      请清晰而简洁地描述这个bug,并附上bug复现步骤、报错信息或截图、代码改动说明或最小可复现代码。如果代码太长,请将可执行代码放到[AIStudio](https://aistudio.baidu.com/aistudio/index)中并将项目设置为公开(或者放到github gist上),并在项目中描述清楚bug复现步骤,在issue中描述期望结果与实际结果。
48 49 50 51 52

      如果你报告的是一个报错信息,请将完整回溯的报错贴在这里,并使用 ` ```三引号块``` `展示错误信息。


    placeholder: |
F
Feng Ni 已提交
53
      请清晰简洁的描述这个bug。 A clear and concise description of what the bug is.
54 55

      ```python
F
Feng Ni 已提交
56
      代码改动说明,或最小可复现代码。 Code change description, or sample code to reproduce the problem.
57 58 59
      ```

      ```shell
F
Feng Ni 已提交
60
      带有完整回溯信息的报错日志或截图。 The error log or screenshot you got, with the full traceback.
61 62 63 64 65 66 67
      ```
  validations:
    required: true

- type: textarea
  attributes:
    label: 复现环境 Environment
F
Feng Ni 已提交
68
    description: 请具体说明复现bug的环境信息。Please specify the environment information for reproducing the bug.
69
    placeholder: |
F
Feng Ni 已提交
70
      - OS: Linux/Windows
71 72 73 74 75
      - PaddlePaddle: 2.2.2
      - PaddleDetection: release/2.4
      - Python: 3.8.0
      - CUDA: 10.2
      - CUDNN: 7.6
F
Feng Ni 已提交
76
      - GCC: 8.2.0
77
  validations:
F
Feng Ni 已提交
78 79 80 81 82 83 84 85 86 87 88 89 90 91
    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.
        required: true
92 93 94

- type: checkboxes
  attributes:
F
Feng Ni 已提交
95
    label: 是否愿意提交PR? Are you willing to submit a PR?
96
    description: >
F
Feng Ni 已提交
97
      (可选项) 如果你对修复bug有自己的想法,十分鼓励提交[Pull Request](https://github.com/PaddlePaddle/PaddleDetection/pulls),共同提升PaddleDetection。
98 99 100

      (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:
F
Feng Ni 已提交
101
      - label: 我愿意提交PR!I'd like to help by submitting a PR!
102 103 104 105 106

- type: markdown
  attributes:
    value: >
      感谢你的贡献 🎉!Thanks for your contribution 🎉!