-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: "\U0001F41B Bug report / Bug反馈" | ||
about: Create a report to help us improve / 反馈Bug问题 | ||
title: "[Bug]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
Thanks for your bug report. To help us solve the issue better, please provide following information: | ||
1. PaddleSeg version: (please specify the branch as well,e.g. PaddleSeg release/2.3) | ||
2. PaddlePaddle version: (e.g. PaddlePaddle 2.1.0) | ||
3. Operation system: (e.g. Linux/Windows/MacOS) | ||
4. Python version: (e.g. Python3.6/7/8) | ||
5. CUDA/cuDNN version: (e.g. CUDA10.2/cuDNN 7.6.5) | ||
6. Full codes: (if you modify any original code,please show the comparison of the codes before and after) | ||
7. Detailed error information, releated running log: (if using multi-gpus,the log is saved to log/worklog.0 by default) | ||
8. Running command or reproduce details: | ||
9. Additional context: (Add any other context about the problem) | ||
|
||
--- | ||
|
||
欢迎您反馈PaddleSeg使用问题,辛苦您提供以下信息,方便我们快速定位和解决问题: | ||
1. PaddleSeg版本:(请提供版本号和分支信息,如PaddleSeg release/2.3) | ||
2. PaddlePaddle版本:(如PaddlePaddle 2.1.0) | ||
3. 操作系统信息:(如Linux/Windows/MacOS) | ||
4. Python版本号:(如Python3.6/7/8) | ||
5. CUDA/cuDNN版本:( 如CUDA10.2/cuDNN 7.6.5等) | ||
6. 完整的代码:(若修改过原代码,请提供修改前后代码对比) | ||
7. 详细的错误信息、相关log:(若使用多卡,log默认保存在log/worklog.0) | ||
8. 运行指令或复现步骤: | ||
9. 其他内容: (增加其他与问题相关的内容) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: "\U0001F680 Feature request / 新功能需求" | ||
about: Suggest an idea for this project / 提出一个新的功能需求或改进建议 | ||
title: "[Feature Request]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
Welcome to propose a new feature! To help us understand your great feature, please provide following information: | ||
1. A clear and concise description of the proposed feature. | ||
2. Tell us why the feature is useful. | ||
3. If possible, please show related codes . | ||
|
||
--- | ||
|
||
欢迎提出一个新功能需求,为了帮助我们更好理解您的需求,辛苦提供下面信息: | ||
1. 清晰简洁的语言提出新功能需求。 | ||
2. 请描述这个需求的必要性。 | ||
3. 如果可以,辛苦您提供相关代码实现效果。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: "\U0001F4DD General issue / 一般问题" | ||
about: Report any issue about PaddleSeg / 提出任何一个与PaddleSeg相关的问题 | ||
title: "[General Issue]" | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
Thanks for your issue. To help us solve the issue better, please provide following information: | ||
1. PaddleSeg version: (please specify the branch as well,e.g. PaddleSeg release/2.3) | ||
2. PaddlePaddle version: (e.g. PaddlePaddle 2.1.0) | ||
3. Operation system: (e.g. Linux/Windows/MacOS) | ||
4. Python version: (e.g. Python3.6/7/8) | ||
5. CUDA/cuDNN version: (e.g. CUDA10.2/cuDNN 7.6.5) | ||
6. Additional context: (Add any other context about the problem) | ||
|
||
--- | ||
|
||
欢迎您反馈PaddleSeg使用问题,辛苦您提供以下信息,方便我们快速定位和解决问题: | ||
1. PaddleSeg版本:(请提供版本号和分支信息,如PaddleSeg release/2.3) | ||
2. PaddlePaddle版本:(如PaddlePaddle 2.1.0) | ||
3. 操作系统信息:(如Linux/Windows/MacOS) | ||
4. Python版本号:(如Python3.6/7/8) | ||
5. CUDA/cuDNN版本:( 如CUDA10.2/cuDNN 7.6.5等) | ||
6. 其他内容: (增加其他与问题相关的内容) |