Skip to content

Commit

Permalink
ci: update ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Nov 13, 2023
1 parent c6fd66b commit 882b921
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
24 changes: 13 additions & 11 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
attributes:
value: |
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行排查
- type: checkboxes
id: checklist
Expand All @@ -20,11 +20,11 @@ body:
I made sure I checked
我确认我已经检查过了
options:
- label: I am using Keep version 3.8.5 or later.
- label: I am using Keep version `4.0.0` or later. (使用 Keep 4.0.0 或更高版本)
required: true
- label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn).
- label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn). (已阅读 [Hexo 故障处理页面](https://hexo.io/docs/troubleshooting) 和 [Keep 文档](https://keep-docs.xpoet.cn))
required: true
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me.
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me. (已搜索 [Issues](https://github.com/XPoet/hexo-theme-keep/issues),对我没有帮助)
required: true

- type: textarea
Expand All @@ -45,9 +45,10 @@ body:
Please provide the following information
请提供以下信息
value: |
- Links to demo site with this issue:
- Links to repository or source code of the blog:
- Screenshots:
- Links to demo site with this issue (链接到这个 Issue 的演示网站)
- Links to source code of the blog with this issue (链接到这个 Issue 的博客源代码)
- Screenshots(屏幕截图)
validations:
required: true

Expand All @@ -59,14 +60,15 @@ body:
Please provide a detailed description of the steps to reproduce the issue
请仔细描述重现步骤
value: |
1. First step ...
2. Second step ...
3. Third step ...
1. First step ... (第一步 ...)
2. Second step ... (第二步 ...)
3. Third step ... (第三步 ...)
validations:
required: true

- type: markdown
id: env
id: env-info
attributes:
value: |
## Environment Information | 环境信息
Expand Down
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
attributes:
value: |
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行排查
- type: checkboxes
id: checklist
Expand All @@ -20,11 +20,11 @@ body:
I made sure I checked
我确认我已经检查过了
options:
- label: I am using Keep version 3.8.5 or later.
- label: I am using Keep version `4.0.0` or later. (使用 Keep 4.0.0 或更高版本)
required: true
- label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn).
- label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn). (已阅读 [Hexo 故障处理页面](https://hexo.io/docs/troubleshooting) 和 [Keep 文档](https://keep-docs.xpoet.cn))
required: true
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me.
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me. (已搜索 [Issues](https://github.com/XPoet/hexo-theme-keep/issues),对我没有帮助)
required: true

- type: textarea
Expand All @@ -35,9 +35,9 @@ body:
Please provide the following information
请提供以下信息
value: |
- Detailed description of feature request:
- This feature request reference link:
- This feature request reference screenshots:
- Detailed description of feature request (功能需求的详情描述)
- This feature request reference link (功能需求的参考链接)
- This feature request reference screenshots (功能需求的参考截图)
validations:
required: true

Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
attributes:
value: |
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行排查
- type: checkboxes
id: checklist
Expand All @@ -20,11 +20,11 @@ body:
I made sure I checked
我确认我已经检查过了
options:
- label: I am using Keep version 3.8.5 or later.
- label: I am using Keep version `4.0.0` or later. (使用 Keep 4.0.0 或更高版本)
required: true
- label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn).
- label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn). (已阅读 [Hexo 故障处理页面](https://hexo.io/docs/troubleshooting) 和 [Keep 文档](https://keep-docs.xpoet.cn))
required: true
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me.
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me. (已搜索 [Issues](https://github.com/XPoet/hexo-theme-keep/issues),对我没有帮助)
required: true

- type: textarea
Expand Down

0 comments on commit 882b921

Please sign in to comment.