mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
* See: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
34 lines
1.3 KiB
YAML
34 lines
1.3 KiB
YAML
name: Other
|
|
description: Not a feature request or bug report
|
|
#title: ""
|
|
labels:
|
|
- Question
|
|
#assignees: ""
|
|
body:
|
|
- type: markdown
|
|
id: overall
|
|
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 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查。
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Issue Checklist
|
|
description: |
|
|
(我确认我已经查看了)
|
|
options:
|
|
- label: I am using NexT version 8.0 or later.
|
|
required: true
|
|
- label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Troubleshooting page of NexT](https://theme-next.js.org/docs/troubleshooting.html).
|
|
required: true
|
|
- label: I have already searched for current [issues](https://github.com/next-theme/hexo-theme-next/issues), which does not help me.
|
|
required: true
|
|
- type: textarea
|
|
id: other-info
|
|
attributes:
|
|
label: Other Information
|
|
description: "e.g. Browser, System"
|
|
validations:
|
|
required: true
|