chore: Update issue template (#13679)
parent
fe564a6d55
commit
8f7d73ee0d
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
name: 🐛 Bug Report
|
name: 🐛 Bug Report
|
||||||
description: Problems with PaddleOCR
|
description: Problems with PaddleOCR
|
||||||
labels: [bug]
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -11,24 +10,21 @@ body:
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Search before asking
|
label: 🔎 Search before asking
|
||||||
description: >
|
description: >
|
||||||
Please search the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/), [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and [Discussions](https://github.com/PaddlePaddle/PaddleOCR/discussions) to see if a similar bug report already exists.
|
Please search the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/), [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and [Discussions](https://github.com/PaddlePaddle/PaddleOCR/discussions) to see if a similar bug report already exists.
|
||||||
options:
|
options:
|
||||||
- label: >
|
- label: I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report.
|
||||||
I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report.
|
|
||||||
required: true
|
required: true
|
||||||
- label: >
|
- label: I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no similar bug report.
|
||||||
I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no similar bug report.
|
|
||||||
required: true
|
required: true
|
||||||
- label: >
|
- label: I have searched the PaddleOCR [Discussions](https://github.com/PaddlePaddle/PaddleOCR/discussions) and found no similar bug report.
|
||||||
I have searched the PaddleOCR [Discussions](https://github.com/PaddlePaddle/PaddleOCR/discussions) and found no similar bug report.
|
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Bug
|
label: 🐛 Bug (问题描述)
|
||||||
description: Provide console output with error messages and/or screenshots of the bug.
|
description: Provide console output with error messages and/or screenshots of the bug. (请提供详细报错信息或者截图)
|
||||||
placeholder: |
|
placeholder: |
|
||||||
💡 ProTip! Include as much information as possible (screenshots, logs, tracebacks etc.) to receive the most helpful response.
|
💡 ProTip! Include as much information as possible (screenshots, logs, tracebacks etc.) to receive the most helpful response.
|
||||||
validations:
|
validations:
|
||||||
|
@ -36,10 +32,10 @@ body:
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Environment
|
label: 🏃♂️ Environment (运行环境)
|
||||||
description: Please specify the software and hardware you used to produce the bug.
|
description: Please specify the software and hardware you used to produce the bug. (请给出详细依赖包信息,便于复现问题)
|
||||||
placeholder: |
|
placeholder: |
|
||||||
```
|
```bash
|
||||||
OS macOS-13.5.2
|
OS macOS-13.5.2
|
||||||
Environment Jupyter
|
Environment Jupyter
|
||||||
Python 3.11.2
|
Python 3.11.2
|
||||||
|
@ -54,27 +50,13 @@ body:
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Minimal Reproducible Example
|
label: 🌰 Minimal Reproducible Example (最小可复现问题的Demo)
|
||||||
description: >
|
description: >
|
||||||
When asking a question, people will be better able to provide help if you provide code that they can easily understand and use to **reproduce** the problem.
|
When asking a question, people will be better able to provide help if you provide code that they can easily understand and use to **reproduce** the problem.
|
||||||
This is referred to by community members as creating a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
|
This is referred to by community members as creating a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). (请务必提供该Demo,这样节省大家时间)
|
||||||
placeholder: |
|
placeholder: |
|
||||||
```
|
```bash
|
||||||
# Code to reproduce your issue here
|
# Code to reproduce your issue here
|
||||||
```
|
```
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Additional
|
|
||||||
description: Anything else you would like to share?
|
|
||||||
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Are you willing to submit a PR?
|
|
||||||
description: >
|
|
||||||
(Optional) We encourage you to submit a [Pull Request](https://github.com/PaddlePaddle/PaddleOCR/pulls) (PR) to help improve PaddleOCR for everyone, especially if you have a good understanding of how to implement a fix or feature.
|
|
||||||
See the PaddleOCR [community_contribution](https://paddlepaddle.github.io/PaddleOCR/community/community_contribution.html#2) to get started.
|
|
||||||
options:
|
|
||||||
- label: Yes I'd like to help by submitting a PR!
|
|
||||||
|
|
Loading…
Reference in New Issue