You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/.github/ISSUE_TEMPLATE/---document-issue-.md

59 lines
2.6 KiB

---
name: 文档Document Issue
about: 您可以提问文档相关的问题。 You could use this template for reporting an document issue.
---
非常感谢您提交关于飞桨文档的Issue我们会认真听取您的意见并进行改进。
建立issue时为快速解决问题请您根据情况给出如下信息
- 标题请包含关键词“XXX文档问题”例如“add 文档问题” 或 ”paddle.add 文档问题“
- 文档版本信息:请提供有问题的文档的版本号,例如 develop1.82.0RC
### 文档问题描述:
#### API文档描述是否清晰
文档描述看不懂不知道这个API该怎么用文档公式错误
#### 参数说明是否清晰
如:参数未解释清楚,包括用法、使用场景、默认值等
#### 返回/形状说明是否清晰
API返回值、数据的形状描述错误、不清楚
#### 示例代码是否有效?
如:没有示例代码;示例代码没有可指导性;示例代码跑不通;示例代码格式有问题;示例代码没有注释;
#### 中英文内容是否一致?
中英文API描述不一致中英文API参数不一致
#### 其他
如:文档页面打不开;文档缺失;文档中有死链;
Thanks for opening a document issue. We will listen to your opinions carefully and make improvements.
In order to quickly solve your problem, when creating an issue, please provide the following information:
**Document Information**
- TitlePlease include the keyword "XXX document issue", such as "add document issue" or "paddle.add document issue"
- Doc VersionPlease provide the version of the document, such as develop, 1.8, 2.0RC;
### Describe the problem
#### Document description is clear?
For example: I dont understand this document, I dont know how to use this API; The formula in this doc is unclear;
#### Parameter description is clear?
For example: The parameters are confusing, including usage, scenarios, default values, etc.
#### Return/Shape description is clear
For example: Data returned this doc is error, shape returned is not clear.
#### The sample code is clear?
For example: no sample code; The sample code is not helpful; The sample code not run well; Format of the sample is not reasonable; The sample code has no comments.
#### Chinese content and English content is consistent?
For example:Chinese API in this doc is inconsistent with English API, including params, description, sample code, formula, etc.
#### Other
For example: The doc link is broken; The doc page is missing; Dead link in docs.