diff --git a/.github/ISSUE_TEMPLATE/bug-en.yml b/.github/ISSUE_TEMPLATE/bug-en.yml new file mode 100644 index 0000000..5b94831 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-en.yml @@ -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?" diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..da084dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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: "还需要说些什么吗" diff --git a/.github/ISSUE_TEMPLATE/other-en.yml b/.github/ISSUE_TEMPLATE/other-en.yml new file mode 100644 index 0000000..ca6724a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-en.yml @@ -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?" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml new file mode 100644 index 0000000..ba0adcd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -0,0 +1,14 @@ +name: 其他信息 +description: 关于使用上的问题 +labels: [other] +body: + - type: textarea + id: title + attributes: + label: "问题描述" + description: "请尽量清晰的描述您遇到的问题" + - type: textarea + id: other + attributes: + label: "补充信息" + description: "有需要补充的信息吗" diff --git a/package.json b/package.json index 9d54308..196fbfc 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "github": "https://github.com/imsyy/home", "home": "https://imsyy.top", "private": true, - "version": "4.0.3", + "version": "4.0.4", "type": "module", "scripts": { "dev": "vite --host",