Skip to content

Commit

Permalink
Change template to be convenient for the Chinese language (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongweibao authored May 8, 2020
1 parent 193541b commit dd816f0
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 36 deletions.
47 changes: 21 additions & 26 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,28 @@ about: 您可以提问训练中报错、应用、出core等问题。 You could u
为使您的问题得到快速解决,在建立Issues前,请您先通过如下方式搜索是否有相似问题:【搜索issue关键字】【使用labels筛选】【官方文档】

如果您没有查询到相似问题,为快速解决您的提问,建立issue时请提供如下细节信息:
- 标题:简洁、精准概括您的问题,例如“Insufficient Memory xxx" ”
- 版本、环境信息:
1)PaddlePaddle版本:请提供您的PaddlePaddle版本号,例如1.8或CommitID
2)EDL版本:请提供您的EDL版本号,例如0.3或CommitID
3)CPU:预测若用CPU,请提供CPU型号,MKL/OpenBlas/MKLDNN/等数学库使用情况
4)GPU:预测若用GPU,请提供GPU型号、CUDA和CUDNN版本号
5)系统环境:请您描述系统类型、版本,例如Mac OS 10.14,Python版本
- 训练信息
1)单机/多机
2)显存信息
3)Operator信息
- PaddlePaddle版本:请提供您的PaddlePaddle版本号,例如1.8或CommitID
- EDL版本:请提供您的EDL版本号,例如0.3或CommitID
- CPU:预测若用CPU,请提供CPU型号,MKL/OpenBlas/MKLDNN/等数学库使用情况
- GPU:预测若用GPU,请提供GPU型号、CUDA和CUDNN版本号
- 系统环境:请您描述系统类型、版本,例如Mac OS 10.14,Python版本
- 复现信息:如为报错,请给出复现环境、复现步骤
- 问题描述:请详细描述您的问题,同步贴出报错信息、日志、可复现的代码片段

Thank you for contributing to EDL.
Before submitting the issue, you could search issue in the github in case that there was a similar issue submitted or resolved before.
If there is no solution,please make sure that this is a training issue including the following details:
**System information**
-PaddlePaddle version (eg.1.8)or CommitID
-EDL version (eg.0.3)or CommitID
-CPU: including CPUMKL/OpenBlas/MKLDNN version
-GPU: including CUDA/CUDNN version
-OS Platform (eg.Mac OS 10.14)
-Other imformation: Distriuted training/informantion of operator/
Graphics card storage
**To Reproduce**
Steps to reproduce the behavior
**Describe your current behavior**
**Code to reproduce the issue**
**Other info / logs**
Thank you for contributing to EDL.
Before submitting the issue, you could search the issue in the GitHub in case that there was a similar issue submitted or resolved before.
If there is no solution, please make sure that this is a training issue including the following details:

- System information:
- PaddlePaddle version (eg.1.8)or commit
- EDL version (eg.0.3)or commit
- CPU: including CPUMKL/OpenBlas/MKLDNN version
- GPU: including CUDA/CUDNN version
- OS Platform (eg.Mac OS 10.14)
- To Reproduce:
- steps to reproduce the behavior
- Describe your current behavior
- Code to reproduce the issue

- Other info/logs
25 changes: 16 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## What this PR does / why we need it:
非常感谢您给EDL项目提交PR!
在提交PR之前,请帮忙回答一下问题以帮助我们判断PR的意图:
- 这个PR要解决什么问题?
- 有没有对应的ISSUE?
Fix
- 这个PR里边有没有要注意的地方?
- 这个PR改变了用户接口?
- 其他的说明?

## Which issue(s) this PR fixes:

### Fixes #

## Special notes for your reviewer:

## Does this PR introduce a user-facing change?

## Additional documentation?
You are welcome to submmit PR for EDL.
Before this, would you like to answer some questions to help others to get what the PR does?
- What this PR does / why we need it?
- Which issue(s) this PR fixes?
Fix
- Special notes for your reviewer:
- Does this PR introduce a user-facing change?
- Additional documentation?
2 changes: 1 addition & 1 deletion doc/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
### Release 0.4.0
- Features above will be released

### 2020-12
## 2020-12
- More Application on EDL
- More machine learning tools integrated.

0 comments on commit dd816f0

Please sign in to comment.