forked from DrownFish19/PaddleNLP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IssueTemplate] Add issue template (PaddlePaddle#3251)
* update issue-template * remove old issue template * add id field to template * update github issue template
- Loading branch information
Showing
8 changed files
with
181 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,23 @@ | ||
name: 🐛 Ask Question | ||
description: 请描述您使用PaddleNLP时遇到的问题 | ||
title: "[Question]: " | ||
labels: | ||
- question | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
#### 你可以在这里提出一个使用/咨询问题,提问之前请确保: | ||
- 1)已经百度/谷歌搜索过你的问题,但是没有找到解答; | ||
- 2)已经在官网查询过[API文档](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html)与[FAQ](https://www.paddlepaddle.org.cn/documentation/docs/zh/faq/index_cn.html),但是没有找到解答; | ||
- 3)已经在[历史issue](https://github.com/PaddlePaddle/Paddle/issues)中搜索过,没有找到同类issue或issue未被解答。 | ||
- type: textarea | ||
id: question | ||
attributes: | ||
label: 请提出你的问题 | ||
validations: | ||
required: true |
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,45 @@ | ||
name: 🐛 Bug Report | ||
description: PaddleNLP问题反馈 | ||
title: "[Bug]: " | ||
labels: bug | ||
body: | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: 软件环境 | ||
description: | | ||
请使用以下命令给出您本地Paddle相关包信息 | ||
```sh | ||
pip list | grep paddle | ||
``` | ||
value: | | ||
- paddlepaddle: | ||
- paddlepaddle-gpu: | ||
- paddlenlp: | ||
render: Markdown | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: dumplicated-problem | ||
attributes: | ||
label: 重复问题 | ||
description: 是否已在issues中搜索相关问题 | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: textarea | ||
id: descripton | ||
attributes: | ||
label: 错误描述 | ||
description: 给出错误详细描述,以便能够更好的追踪相关问题 | ||
render: Markdown | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: mvp-code | ||
attributes: | ||
label: 稳定复现步骤 & 代码 | ||
description: 请给出稳定复现该问题的步骤 & 代码,以便相关人员能够快速定位到具体问题。 | ||
validations: | ||
required: true |
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: 🐛 Docs Report | ||
description: PaddleNLP文档反馈 | ||
title: "[Docs]: " | ||
labels: | ||
- documentation | ||
|
||
body: | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: 软件环境 | ||
description: | | ||
请使用以下命令给出您本地Paddle相关包信息 | ||
```sh | ||
pip list | grep paddle | ||
``` | ||
value: | | ||
- paddlepaddle: | ||
- paddlepaddle-gpu: | ||
- paddlenlp: | ||
render: Markdown | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 详细描述 | ||
description: 请详细描述您想要反馈的具体问题 | ||
render: Markdown | ||
validations: | ||
required: true |
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,30 @@ | ||
name: "\U0001F680 Feature request" | ||
description: 请详细描述您所需功能 | ||
labels: [ "feature" ] | ||
body: | ||
- type: textarea | ||
id: feature-request | ||
validations: | ||
required: true | ||
attributes: | ||
label: Feature request | ||
description: | | ||
对特性提案的清晰而简明的描述。如果论文和代码存在,请提供链接。 | ||
- type: textarea | ||
id: motivation | ||
validations: | ||
required: true | ||
attributes: | ||
label: Motivation | ||
description: | | ||
请概述这项建议的动机。您的特性要求与问题有关吗? | ||
- type: textarea | ||
id: contribution | ||
validations: | ||
required: true | ||
attributes: | ||
label: Your contribution | ||
description: | | ||
Is there any way that you could help, e.g. by submitting a PR? Make sure to read the CONTRIBUTING.MD [readme](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md) |
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,28 @@ | ||
name: "\U0001F31F 添加新模型" | ||
description: 请为新模型提交一份说明 | ||
labels: [ "New model" ] | ||
|
||
body: | ||
- type: textarea | ||
id: description-request | ||
validations: | ||
required: true | ||
attributes: | ||
label: 简要描述 | ||
description: | | ||
请简要描述模型的类型、解决的问题等。 | ||
- type: checkboxes | ||
id: information-tasks | ||
attributes: | ||
label: 是否已开源 | ||
options: | ||
- label: 已开源 | ||
- label: 未开源 | ||
|
||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: 模型详细信息 | ||
description: | | ||
请给出新模型相关信息,如论文地址、现存代码地址等。 |
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,23 @@ | ||
name: 🧩 其他 Others | ||
description: 提出其他问题。 | ||
labels: [others] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
#### 你可以在这里提出任何前面几类模板不适用的问题,包括但不限于:优化性建议、框架使用体验反馈、版本兼容性问题、报错信息不清楚等。 | ||
- type: textarea | ||
id: others | ||
attributes: | ||
label: 问题描述 | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: > | ||
感谢你的贡献 🎉! | ||