diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000..83d6ae1b64 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..e427482c10 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 3487cff8b2..0000000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -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: -- 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: -- 运行指令/Command Code: -- 完整报错/Complete Error Message: