feat: 添加 issue 模板
This commit is contained in:
parent
ff83ffd53a
commit
21914f8937
22
.github/ISSUE_TEMPLATE/bug-en.yml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/bug-en.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
name: Encountering an Issue
|
||||||
|
description: Please provide details about the issue you are encountering
|
||||||
|
labels: [bug]
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: site-url
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: "Site URL"
|
||||||
|
placeholder: "Please provide the URL of the site where the issue occurred"
|
||||||
|
- type: input
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: "Description of the Issue"
|
||||||
|
description: "Include any error messages or screenshots if applicable"
|
||||||
|
placeholder: "Please describe the issue you are encountering"
|
||||||
|
- type: textarea
|
||||||
|
id: other
|
||||||
|
attributes:
|
||||||
|
label: "Additional Information"
|
||||||
|
description: "Is there anything else you would like to add?"
|
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
name: 遇到问题
|
||||||
|
description: 请填写遇到的问题的详细信息
|
||||||
|
labels: [bug]
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: site-url
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: "站点链接"
|
||||||
|
placeholder: "请填写你的站点链接"
|
||||||
|
- type: input
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: "问题描述"
|
||||||
|
description: "有错误的话请提供报错截图"
|
||||||
|
placeholder: "请详细描述一下遇到的问题"
|
||||||
|
- type: textarea
|
||||||
|
id: other
|
||||||
|
attributes:
|
||||||
|
label: "补充信息"
|
||||||
|
description: "还需要说些什么吗"
|
14
.github/ISSUE_TEMPLATE/other-en.yml
vendored
Normal file
14
.github/ISSUE_TEMPLATE/other-en.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Other Information
|
||||||
|
description: Any other issues or questions related to usage
|
||||||
|
labels: [other]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: title
|
||||||
|
attributes:
|
||||||
|
label: "Description of the Issue"
|
||||||
|
description: "Please provide a clear description of the issue you are experiencing"
|
||||||
|
- type: textarea
|
||||||
|
id: other
|
||||||
|
attributes:
|
||||||
|
label: "Additional Information"
|
||||||
|
description: "Is there any other information you would like to add?"
|
14
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
14
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: 其他信息
|
||||||
|
description: 关于使用上的问题
|
||||||
|
labels: [other]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: title
|
||||||
|
attributes:
|
||||||
|
label: "问题描述"
|
||||||
|
description: "请尽量清晰的描述您遇到的问题"
|
||||||
|
- type: textarea
|
||||||
|
id: other
|
||||||
|
attributes:
|
||||||
|
label: "补充信息"
|
||||||
|
description: "有需要补充的信息吗"
|
@ -4,7 +4,7 @@
|
|||||||
"github": "https://github.com/imsyy/home",
|
"github": "https://github.com/imsyy/home",
|
||||||
"home": "https://imsyy.top",
|
"home": "https://imsyy.top",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "4.0.3",
|
"version": "4.0.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
|
Loading…
Reference in New Issue
Block a user