diff --git a/.github/ISSUE_TEMPLATE/-------------other-general-issues.md b/.github/ISSUE_TEMPLATE/-------------other-general-issues.md index 008178de798cdb84d7f28096e459005cf619bdf8..f4e48541a03f15a3cb68dff228104e2dcdae0c06 100644 --- a/.github/ISSUE_TEMPLATE/-------------other-general-issues.md +++ b/.github/ISSUE_TEMPLATE/-------------other-general-issues.md @@ -1,10 +1,49 @@ --- name: "\U0001F516 其他通用问题 / Other General Issues" about: 提出其他问题 / Suggest other general issues -title: '' +title: "[Other General Issues]" labels: '' assignees: '' --- +**PaddleDetection team appreciate any suggestion or problem you delivered~** +## Checklist: + +1. 查找历史相关issue寻求解答/I have searched related issues but cannot get the expected help. +2. 翻阅[FAQ](https://paddledetection.readthedocs.io/FAQ.html) /I have read the [FAQ documentation](https://paddledetection.readthedocs.io/FAQ.html) but cannot get the expected help. + +## 描述问题/Describe the bug +A clear and concise description of what the bug is. + +## 复现/Reproduction + +1. 您使用的命令是?/What command or script did you run? + +```none +请填写命令/A placeholder for the command. +``` +2. 您是否更改过代码或配置文件?您是否理解您所更改的内容?还请您提供所更改的部分代码。/Did you make any modifications on the code or config? Did you understand what you have modified? Please provide the codes that you modified. + +3. 您使用的数据集是?/What dataset did you use? + +4. 请提供您出现的报错信息及相关log。/Please provide the error messages or relevant log information. + +## 环境/Environment +1. 请提供您使用的Paddle和PaddleDetection的版本号/Please provide the version of Paddle and PaddleDetection you use: + +2. 如您在使用PaddleDetection的同时还在使用其他产品,如PaddleServing、PaddleInference等,请您提供其版本号/ Please provide the version of any other related tools/products used, such as the version of PaddleServing and etc: + +3. 请提供您使用的操作系统信息,如Linux/Windows/MacOS /Please provide the OS information, e.g., Linux: + +4. 请问您使用的Python版本是?/ Please provide the version of Python you used. + +5. 请问您使用的CUDA/cuDNN的版本号是?/ Please provide the version of CUDA/cuDNN you used. + + +如果您的issue是关于安装或环境,您可以先查询[安装文档](https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.1/docs/tutorials/INSTALL_cn.md)尝试解决~ + +If your issue looks like an installation issue / environment issue, +please first try to solve it yourself with the instructions in +https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.1/docs/tutorials/INSTALL.md diff --git a/.github/ISSUE_TEMPLATE/------------feature-request.md b/.github/ISSUE_TEMPLATE/------------feature-request.md index c4a2800833e6bc5ad0bdf7a4ee2973e3c6bab915..7b23ce6925a943fd56981df22c8363ec8c716de7 100644 --- a/.github/ISSUE_TEMPLATE/------------feature-request.md +++ b/.github/ISSUE_TEMPLATE/------------feature-request.md @@ -1,7 +1,7 @@ --- name: "\U0001F680 新功能需求 / Feature Request" about: 提出一个新的功能需求或改进建议 / Suggest an improvement for PaddleDetection -title: '' +title: "[Feature Request]" labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/-----------documentation-improvement.md b/.github/ISSUE_TEMPLATE/-----------documentation-improvement.md index 70e118fcff627bb436cd2b3c13352fe7b479c6a3..3969fd2e0fc6c5e483268b4a85320627497c1c82 100644 --- a/.github/ISSUE_TEMPLATE/-----------documentation-improvement.md +++ b/.github/ISSUE_TEMPLATE/-----------documentation-improvement.md @@ -2,7 +2,7 @@ name: "\U0001F4D6 文档优化 / Documentation Improvement" about: 对现有的文档教程提出修改建议 / Suggest an improvement about existing documentation or tutorials in PaddleDetection. -title: '' +title: "[Document Improvement]" labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/------bug---bug-report.md b/.github/ISSUE_TEMPLATE/------bug---bug-report.md index 3dc0873a6dea51e064f2bbb882564ca55fb92fb9..d778a03420a16fbf9425710fdb8046b33f445520 100644 --- a/.github/ISSUE_TEMPLATE/------bug---bug-report.md +++ b/.github/ISSUE_TEMPLATE/------bug---bug-report.md @@ -1,7 +1,7 @@ --- name: "\U0001F41B 提出Bug / Bug Report" about: 提出PaddleDetection使用中存在的Bug / Report a bug in PaddleDetection -title: '' +title: "[BUG]" labels: '' assignees: ''