mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-03 04:57:36 +08:00
feat: Add English Bug Report Issue Template
- Create a new issue template for English-language bug reports - Mirror the structure of the Chinese bug report template - Include comprehensive sections for platform, version, and error description - Add checklist to guide users in providing clear and helpful issue details
This commit is contained in:
parent
1769d245f9
commit
59fccecb0f
4
.github/ISSUE_TEMPLATE/cn_bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/cn_bug_report.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: 🐛 错误报告
|
name: ❌ 错误报告 [中文]
|
||||||
description: 创建一个报告以帮助我们改进
|
description: 创建一个报告以帮助我们改进
|
||||||
title: '[Bug]: '
|
title: '[Bug]: '
|
||||||
labels: ['bug']
|
labels: ['bug']
|
||||||
@ -7,7 +7,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
感谢您花时间填写此错误报告!
|
感谢您花时间填写此错误报告!
|
||||||
在提交 Issue 前请确保您已经阅读了[github issues](https://github.com/yeongpin/cursor-free-vip/issues)
|
在提交 Issue 前请确保您已经阅读了[Github Issues](https://github.com/yeongpin/cursor-free-vip/issues)
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: checklist
|
id: checklist
|
||||||
|
70
.github/ISSUE_TEMPLATE/en_bug_report.yml
vendored
Normal file
70
.github/ISSUE_TEMPLATE/en_bug_report.yml
vendored
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
name: ❌ Bug Report [English]
|
||||||
|
description: Create a report to help us improve
|
||||||
|
title: '[Bug]: '
|
||||||
|
labels: ['bug']
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thank you for taking the time to fill out this bug report!
|
||||||
|
Before submitting this issue, please ensure that you have read the [github issues](https://github.com/yeongpin/cursor-free-vip/issues)
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: checklist
|
||||||
|
attributes:
|
||||||
|
label: Commit before submitting
|
||||||
|
description: |
|
||||||
|
Please ensure that you have completed all of the following steps before submitting an issue
|
||||||
|
options:
|
||||||
|
- label: I understand that Issues are used to provide feedback and solve problems, not to complain in the comments section, and will provide more information to help solve the problem.
|
||||||
|
required: true
|
||||||
|
- label: I have checked the top Issue and searched for existing [open issues](https://github.com/yeongpin/cursor-free-vip/issues) and [closed issues](https://github.com/yeongpin/cursor-free-vip/issues?q=is%3Aissue%20state%3Aclosed%20), and found no similar issues.
|
||||||
|
required: true
|
||||||
|
- label: I have filled out a short and clear title, so that developers can quickly determine the general problem when browsing the Issue list. Not "a suggestion", "stuck", etc.
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: platform
|
||||||
|
attributes:
|
||||||
|
label: Platform
|
||||||
|
description: Which platform are you using?
|
||||||
|
options:
|
||||||
|
- Windows x32
|
||||||
|
- Windows x64
|
||||||
|
- macOS Intel
|
||||||
|
- macOS ARM64
|
||||||
|
- Linux x64
|
||||||
|
- Linux ARM64
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: Version
|
||||||
|
description: What version of Cursor Free Vip are you running?
|
||||||
|
placeholder: For example v1.0.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: Please describe the problem as detailed as possible
|
||||||
|
placeholder: Tell us what happened...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Related log output
|
||||||
|
description: Please copy and paste any related log output
|
||||||
|
render: shell
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: additional
|
||||||
|
attributes:
|
||||||
|
label: Additional information
|
||||||
|
description: Anything that might help us understand the problem better
|
Loading…
x
Reference in New Issue
Block a user