This repository was archived by the owner on Sep 15, 2024. It is now read-only.
forked from ChatGPTNextWeb/NextChat
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Github Issue Template (#275)
- [+] feat(issue templates): update issue templates from markdown to form schema - [+] feat(issue templates): translate issue templates to Chinese - [+] remove(issue templates): delete old markdown issue templates
- Loading branch information
1 parent
eacbda7
commit 12c7423
Showing
8 changed files
with
344 additions
and
123 deletions.
There are no files selected for viewing
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,146 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
title: "[Bug] " | ||
labels: ["bug"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Describe the bug" | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: "Bug Description" | ||
description: "A clear and concise description of what the bug is." | ||
placeholder: "Explain the bug..." | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## To Reproduce" | ||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: "Steps to Reproduce" | ||
description: "Steps to reproduce the behavior:" | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Expected behavior" | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: "Expected Behavior" | ||
description: "A clear and concise description of what you expected to happen." | ||
placeholder: "Describe what you expected to happen..." | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Screenshots" | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: "Screenshots" | ||
description: "If applicable, add screenshots to help explain your problem." | ||
placeholder: "Paste your screenshots here or write 'N/A' if not applicable..." | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Deployment" | ||
- type: checkboxes | ||
id: deployment | ||
attributes: | ||
label: "Deployment Method" | ||
description: "Please select the deployment method you are using." | ||
options: | ||
- label: "Docker" | ||
- label: "Vercel" | ||
- label: "Server" | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Desktop (please complete the following information):" | ||
- type: input | ||
id: desktop-os | ||
attributes: | ||
label: "Desktop OS" | ||
description: "Your desktop operating system." | ||
placeholder: "e.g., Windows 10" | ||
validations: | ||
required: false | ||
- type: input | ||
id: desktop-browser | ||
attributes: | ||
label: "Desktop Browser" | ||
description: "Your desktop browser." | ||
placeholder: "e.g., Chrome, Safari" | ||
validations: | ||
required: false | ||
- type: input | ||
id: desktop-version | ||
attributes: | ||
label: "Desktop Browser Version" | ||
description: "Version of your desktop browser." | ||
placeholder: "e.g., 89.0" | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Smartphone (please complete the following information):" | ||
- type: input | ||
id: smartphone-device | ||
attributes: | ||
label: "Smartphone Device" | ||
description: "Your smartphone device." | ||
placeholder: "e.g., iPhone X" | ||
validations: | ||
required: false | ||
- type: input | ||
id: smartphone-os | ||
attributes: | ||
label: "Smartphone OS" | ||
description: "Your smartphone operating system." | ||
placeholder: "e.g., iOS 14.4" | ||
validations: | ||
required: false | ||
- type: input | ||
id: smartphone-browser | ||
attributes: | ||
label: "Smartphone Browser" | ||
description: "Your smartphone browser." | ||
placeholder: "e.g., Safari" | ||
validations: | ||
required: false | ||
- type: input | ||
id: smartphone-version | ||
attributes: | ||
label: "Smartphone Browser Version" | ||
description: "Version of your smartphone browser." | ||
placeholder: "e.g., 14" | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Additional Logs" | ||
- type: textarea | ||
id: additional-logs | ||
attributes: | ||
label: "Additional Logs" | ||
description: "Add any logs about the problem here." | ||
placeholder: "Paste any relevant logs here..." | ||
validations: | ||
required: false |
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,53 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
title: "[Feature Request]: " | ||
labels: ["enhancement"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Is your feature request related to a problem? Please describe." | ||
- type: textarea | ||
id: problem-description | ||
attributes: | ||
label: Problem Description | ||
description: "A clear and concise description of what the problem is. Example: I'm always frustrated when [...]" | ||
placeholder: "Explain the problem you are facing..." | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Describe the solution you'd like" | ||
- type: textarea | ||
id: desired-solution | ||
attributes: | ||
label: Solution Description | ||
description: A clear and concise description of what you want to happen. | ||
placeholder: "Describe the solution you'd like..." | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Describe alternatives you've considered" | ||
- type: textarea | ||
id: alternatives-considered | ||
attributes: | ||
label: Alternatives Considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
placeholder: "Describe any alternative solutions or features you've considered..." | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Additional context" | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context or screenshots about the feature request here. | ||
placeholder: "Add any other context or screenshots about the feature request here..." | ||
validations: | ||
required: false |
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,53 @@ | ||
name: 功能请求 | ||
description: 为这个项目提出一个想法 | ||
title: "[Feature Request]: " | ||
labels: ["enhancement"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## 您的功能请求是否与问题有关?请描述。" | ||
- type: textarea | ||
id: problem-description | ||
attributes: | ||
label: 问题描述 | ||
description: "关于问题的清晰而简洁的描述。例如:当[...]时,我总是很沮丧。" | ||
placeholder: "解释您面临的问题..." | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## 描述您想要的解决方案" | ||
- type: textarea | ||
id: desired-solution | ||
attributes: | ||
label: 解决方案描述 | ||
description: 清晰而简洁地描述您想要发生的事情。 | ||
placeholder: "描述您想要的解决方案..." | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## 描述您考虑过的替代方案" | ||
- type: textarea | ||
id: alternatives-considered | ||
attributes: | ||
label: 考虑过的替代方案 | ||
description: 清晰而简洁地描述您考虑过的任何替代解决方案或功能。 | ||
placeholder: "描述您考虑过的任何替代解决方案或功能..." | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## 其他上下文" | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: 其他上下文 | ||
description: 在此处添加关于功能请求的任何其他上下文或截图。 | ||
placeholder: "在此处添加关于功能请求的任何其他上下文或截图..." | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.