Skip to content

Commit

Permalink
doc: 更新issue和pr模板
Browse files Browse the repository at this point in the history
copilot4pr现在不支持了
  • Loading branch information
Keldos-Li committed Dec 15, 2023
1 parent 13a85fd commit 46ceef6
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/report-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ body:
description: 你之前干了什么,然后出现了bug呢?
placeholder: |
1. 正常完成本地部署
2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
3. ChatGPT 输出部分内容后程序被自动终止
2. 选取GPT3.5-turbo模型,正确填写API
3. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
4. ChatGPT 输出部分内容后程序被自动终止
validations:
required: true
- type: textarea
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/report-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ body:
description: 你之前干了什么,然后出现了错误呢?
placeholder: |
1. 正常完成本地部署
2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
3. ChatGPT 输出部分内容后程序被自动终止
2. 选取GPT3.5-turbo模型,正确填写API
3. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
4. ChatGPT 输出部分内容后程序被自动终止
validations:
required: true
- type: textarea
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/report-localhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ body:
description: 你之前干了什么,然后出现了错误呢?
placeholder: |
1. 正常完成本地部署
2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
3. ChatGPT 输出部分内容后程序被自动终止
2. 选取GPT3.5-turbo模型,正确填写API
3. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
4. ChatGPT 输出部分内容后程序被自动终止
validations:
required: true
- type: textarea
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/report-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ body:
description: 你之前干了什么,然后出现了错误呢?
placeholder: |
1. 正常完成本地部署
2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
3. ChatGPT 输出部分内容后程序被自动终止
2. 选取GPT3.5-turbo模型,正确填写API
3. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
4. ChatGPT 输出部分内容后程序被自动终止
validations:
required: true
- type: textarea
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/report-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ body:
description: 你之前干了什么,然后出现了错误呢?
placeholder: |
1. 正常完成本地部署
2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
3. ChatGPT 输出部分内容后程序被自动终止
2. 选取GPT3.5-turbo模型,正确填写API
3. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
4. ChatGPT 输出部分内容后程序被自动终止
validations:
required: true
- type: textarea
Expand Down
19 changes: 7 additions & 12 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!--
这是一个拉取请求模板。本文段处于注释中,请您先查看本注释,在您提交时该段文字将不会显示。
This is a pull request template. This paragraph is in the comments, please review this note first, the text will not be displayed when you submit it.
1. 在提交拉取请求前,您最好已经查看过 [https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/贡献指南] 了解了我们的大致要求;
2. 如果您的这一个pr包含多个不同的功能添加或问题修复,请务必将您的提交拆分为多个不同的原子化的commit,甚至您可以在不同的分支中提交多个pull request;
3. 不过,就算您的提交完全不合规范也没有关系,您可以直接提交,我们会进行审查。总之我们欢迎您做出贡献!
另外,我们将使用 Copilot4PR 自动补充撰写您的 pull request,请暂时不要删改 Copilot 撰写的内容。
1. Before submitting a pull request, it is recommended that you have already reviewed [https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/贡献指南] to understand our general requirements.
2. If your pull request includes multiple different feature additions or bug fixes, please make sure to split your submission into multiple atomic commits. You can even submit multiple pull requests in different branches.
3. However, even if your submission does not fully comply with the guidelines, feel free to submit it directly; we will review it. In any case, we welcome your contributions!
-->

## 作者自述
Expand All @@ -20,18 +23,10 @@
(如有)请提供任何其他信息或说明,有助于其他贡献者理解您的更改。
如果您提交的是 draft pull request,也请在这里写明开发进度。

<!-- 写明开发进度的例子: WIP EXAMPLE:
#### 开发进度
- [x] 已经做好的事情1
- [ ] 还要干的事情1
- [ ] 还要干的事情2
-->


<!-- ############ Copilot for pull request ############
不要删除下面的内容! DO NOT DELETE THE CONTENT BELOW!
## Copilot4PR [decrepated on 2023-12-15]
copilot:all
-->
## Copilot4PR
copilot:all

0 comments on commit 46ceef6

Please sign in to comment.