mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
Merge pull request #141 from yixinBC/main
This commit is contained in:
commit
c7a6cfc897
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -25,7 +25,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Bug description
|
label: Bug description
|
||||||
description: |
|
description: |
|
||||||
Please describe the bug here,if possible, please provide a minimal example to reproduce the bug.The content of `~/.chatgpt/chatgpt.log` may be helpful if you meet a crash.
|
Please describe the bug here,if possible, please provide a minimal example to reproduce the bug.The content of `~/.chatgpt/chatgpt.log` may be helpful if you encounter a crash.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
19
.github/ISSUE_TEMPLATE/docmentation_issue.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/docmentation_issue.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: "📚 Documentation Issue"
|
||||||
|
description: "report documentation issues, typos welcome!"
|
||||||
|
title: "[Doc]"
|
||||||
|
labels:
|
||||||
|
- "documentation"
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "Please make sure to [search for existing issues](https://github.com/lencx/ChatGPT/issues) before creating a new one."
|
||||||
|
- type: textarea
|
||||||
|
id: doc-description
|
||||||
|
attributes:
|
||||||
|
label: "Provide a description of requested docs changes"
|
||||||
|
description: "Briefly describe the requested docs changes."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: Please limit one request per issue.
|
Loading…
Reference in New Issue
Block a user