Skip to content

Commit

Permalink
Merge pull request fuergaosi233#785 from RealTong/chatgpt-api
Browse files Browse the repository at this point in the history
Improve bug report issue template
  • Loading branch information
RealTong authored Mar 22, 2023
2 parents 14b0a6e + 68fe980 commit 2dd8d50
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Bug Report
title: "[Bug]: "
labels: ["bug"]
description: "Create a report to help us improve."
body:
- type: checkboxes
id: terms
attributes:
label: Welcome
options:
- label: Yes, I've searched similar issues on GitHub and didn't find any.
required: true
- label: Yes, I've included all information below (version, **FULL** config, **FULL** log, etc).
required: true
- type: checkboxes
id: platform
attributes:
label: Deployment Platform
options:
- label: Railway
- label: Fly.io
- label: Docker & Docker Compose
- label: Node.js
- type: textarea
id: problem
attributes:
label: Description of the problem
placeholder: Your problem description
validations:
required: true
- type: textarea
id: log
attributes:
label: wechat-chatgpt operation log
value: |-
<details>
```console
# Paste output here
```
</details>
validations:
required: true

0 comments on commit 2dd8d50

Please sign in to comment.