-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update env && add issue template (#79)
* update env * Add issue template
- Loading branch information
Showing
12 changed files
with
214 additions
and
131 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,70 @@ | ||
name: 🐞 发现一个Bug! | ||
description: 报告一个bug或不正常的行为 | ||
labels: [unconfirmed bug] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: 感谢你贡献问题! | ||
|
||
- type: checkboxes | ||
id: checks | ||
attributes: | ||
label: 初始检查 | ||
description: | | ||
请确认以下所有项均被满足 | ||
options: | ||
- label: 我运行的`openai-forward`版本不低于v0.6.0 | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 问题描述 | ||
description: | | ||
请描述你遇到的问题,以及你期望看到的结果。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: example | ||
attributes: | ||
label: 配置/代码示例和输出 | ||
description: > | ||
如果可能,请添加一个最小化的、可复现该问题的代码/配置示例,以便开发者能够更好地理解你的问题。 | ||
- type: textarea | ||
id: idea | ||
attributes: | ||
label: 我的见解 | ||
description: > | ||
你对于这个bug的任何想法 | ||
- type: textarea | ||
id: version | ||
attributes: | ||
label: 环境 | ||
description: | | ||
Python版本、操作系统和`openai-forward`版本 | ||
在终端执行以下命令,以查看输出版本: | ||
```bash | ||
python -c "import sys,platform; print('python: {}\nOS: {}'.format(sys.version, platform.system()));" | ||
python -c "import openai_forward; print('openai_forward: {}'.format(openai_forward.__version__));" | ||
``` | ||
validations: | ||
required: true | ||
|
||
|
||
- type: checkboxes | ||
id: checklist-final | ||
attributes: | ||
label: 最后一步 | ||
description: 回顾你的回答 | ||
options: | ||
- label: 我认为上述的描述已经足够详细,开发者能够复现该问题 | ||
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,69 @@ | ||
name: 🐞 Bug Report | ||
description: Report a bug or unexpected behavior in openai-forward above (v0.6.0) | ||
labels: [unconfirmed bug] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for contributing to openai-forward! | ||
|
||
|
||
- type: checkboxes | ||
id: checks | ||
attributes: | ||
label: Initial Checks | ||
description: | | ||
Just a few checks to make sure you need to create a bug report. | ||
options: | ||
- label: My `openai-forward` version is not lower than v0.6.0 | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Issue Description | ||
description: | | ||
Please describe the problem you encountered and what you expected to see. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: example | ||
attributes: | ||
label: Configuration/Code Example and Output | ||
description: > | ||
If possible, please provide a minimized, reproducible code/configuration example so developers can better understand your issue. | ||
- type: textarea | ||
id: idea | ||
attributes: | ||
label: My Insight | ||
description: > | ||
Any thoughts you have regarding this bug | ||
- type: textarea | ||
id: version | ||
attributes: | ||
label: Environment | ||
description: | | ||
Python version, operating system, and `openai-forward` version | ||
Run the following commands in the terminal to see the output versions: | ||
```bash | ||
python -c "import sys,platform; print('python: {}\nOS: {}'.format(sys.version, platform.system()));" | ||
python -c "import openai_forward; print('openai_forward: {}'.format(openai_forward.__version__));" | ||
``` | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: checklist-final | ||
attributes: | ||
label: Final Step | ||
description: Review your answers | ||
options: | ||
- label: I believe my description above is detailed enough for developers to reproduce the issue. | ||
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,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Join the Telegram channel | ||
url: https://t.me/openai_forward | ||
about: Join the official channel and stay tuned for news, updates and announcements. |
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: ✨ 功能请求 | ||
description: Suggest ideas, new features or enhancements | ||
labels: [enhancement] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist | ||
options: | ||
- label: 我相信这个想法很棒并且将使框架变得更好 | ||
required: true | ||
- label: 我已在issue中搜索了类似请求,包括已关闭的请求 | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: 详细描述 | ||
description: 提供一份对该请求的详细描述 | ||
placeholder: 描述... | ||
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,21 @@ | ||
name: ✨ Feature request | ||
|
||
description: Suggest ideas, new features or enhancements | ||
labels: [enhancement] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist | ||
options: | ||
- label: I believe the idea is awesome and would benefit the framework | ||
required: true | ||
- label: I have searched in the issue tracker for similar requests, including closed ones | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Detailed Description | ||
description: Provide a detailed description of the request | ||
placeholder: Description... | ||
validations: | ||
required: true |
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.