chore(issue_template): Optimize issue template and add Dissucussion entry (#12171)

* chore(issue_template): Optimize issue template and add Dissucussion entry
* chore(issue_template): Add newline of config.yaml
This commit is contained in:
SWHL 2024-05-25 10:54:50 +08:00 committed by GitHub
parent 965f569e81
commit 230da309e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 39 additions and 15 deletions

28
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
name: 🐞 Bug
about: Bug
title: ''
labels: 'Bug'
assignees: ''
---
#### 问题描述 / Problem Description
#### 运行环境 / Runtime Environment
- OS:
- Paddle:
- PaddleOCR:
#### 复现代码 / Reproduction Code
#### 完整报错 / Complete Error Message
#### 可能解决方案 / Possible solutions
#### 附件 / Appendix

11
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: 🙏 Q&A
url: https://github.com/PaddlePaddle/PaddleOCR/discussions/categories/q-a
about: Ask the community for help
- name: 💡 Feature requests and ideas
url: https://github.com/PaddlePaddle/PaddleOCR/discussions/categories/ideas
about: Share ideas for new features
- name: 🙌 Show and tell
url: https://github.com/PaddlePaddle/PaddleOCR/discussions/categories/show-and-tell
about: Show off something you've made

View File

@ -1,15 +0,0 @@
---
name: Issue template
about: Issue template for code error.
title: ''
labels: ''
assignees: ''
---
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment
- 版本号/VersionPaddle PaddleOCR 问题相关组件/Related components
- 运行指令/Command Code
- 完整报错/Complete Error Message