Skip to content

Commit a88d03e

Browse files
committed
add issue template.
1 parent 9ca8954 commit a88d03e

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: "\U0001F41B Bug report / Bug反馈"
3+
about: Create a report to help us improve / 反馈Bug问题
4+
title: "[Bug]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
Thanks for your bug report. To help us solve the issue better, please provide following information:
11+
1. PaddleSeg version: (please specify the branch as well,e.g. PaddleSeg release/2.3)
12+
2. PaddlePaddle version: (e.g. PaddlePaddle 2.1.0)
13+
3. Operation system: (e.g. Linux/Windows/MacOS)
14+
4. Python version: (e.g. Python3.6/7/8)
15+
5. CUDA/cuDNN version: (e.g. CUDA10.2/cuDNN 7.6.5)
16+
6. Full codes: (if you modify any original code,please show the comparison of the codes before and after)
17+
7. Detailed error information, releated running log: (if using multi-gpus,the log is saved to log/worklog.0 by default)
18+
8. Running command or reproduce details:
19+
9. Additional context: (Add any other context about the problem)
20+
21+
---
22+
23+
欢迎您反馈PaddleSeg使用问题,辛苦您提供以下信息,方便我们快速定位和解决问题:
24+
1. PaddleSeg版本:(请提供版本号和分支信息,如PaddleSeg release/2.3)
25+
2. PaddlePaddle版本:(如PaddlePaddle 2.1.0)
26+
3. 操作系统信息:(如Linux/Windows/MacOS)
27+
4. Python版本号:(如Python3.6/7/8)
28+
5. CUDA/cuDNN版本:( 如CUDA10.2/cuDNN 7.6.5等)
29+
6. 完整的代码:(若修改过原代码,请提供修改前后代码对比)
30+
7. 详细的错误信息、相关log:(若使用多卡,log默认保存在log/worklog.0)
31+
8. 运行指令或复现步骤:
32+
9. 其他内容: (增加其他与问题相关的内容)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F680 Feature request / 新功能需求"
3+
about: Suggest an idea for this project / 提出一个新的功能需求或改进建议
4+
title: "[Feature Request]"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
Welcome to propose a new feature! To help us understand your great feature, please provide following information:
11+
1. A clear and concise description of the proposed feature.
12+
2. Tell us why the feature is useful.
13+
3. If possible, please show related codes .
14+
15+
---
16+
17+
欢迎提出一个新功能需求,为了帮助我们更好理解您的需求,辛苦提供下面信息:
18+
1. 清晰简洁的语言提出新功能需求。
19+
2. 请描述这个需求的必要性。
20+
3. 如果可以,辛苦您提供相关代码实现效果。
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: "\U0001F4DD General issue / 一般问题"
3+
about: Report any issue about PaddleSeg / 提出任何一个与PaddleSeg相关的问题
4+
title: "[General Issue]"
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
Thanks for your issue. To help us solve the issue better, please provide following information:
11+
1. PaddleSeg version: (please specify the branch as well,e.g. PaddleSeg release/2.3)
12+
2. PaddlePaddle version: (e.g. PaddlePaddle 2.1.0)
13+
3. Operation system: (e.g. Linux/Windows/MacOS)
14+
4. Python version: (e.g. Python3.6/7/8)
15+
5. CUDA/cuDNN version: (e.g. CUDA10.2/cuDNN 7.6.5)
16+
6. Additional context: (Add any other context about the problem)
17+
18+
---
19+
20+
欢迎您反馈PaddleSeg使用问题,辛苦您提供以下信息,方便我们快速定位和解决问题:
21+
1. PaddleSeg版本:(请提供版本号和分支信息,如PaddleSeg release/2.3)
22+
2. PaddlePaddle版本:(如PaddlePaddle 2.1.0)
23+
3. 操作系统信息:(如Linux/Windows/MacOS)
24+
4. Python版本号:(如Python3.6/7/8)
25+
5. CUDA/cuDNN版本:( 如CUDA10.2/cuDNN 7.6.5等)
26+
6. 其他内容: (增加其他与问题相关的内容)

0 commit comments

Comments
 (0)