fix theme...
This commit is contained in:
73
themes/anzhiyu/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
73
themes/anzhiyu/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
name: Bug report
|
||||
description: Create a report to help us improve
|
||||
title: "[Bug]: "
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
重要:请依照该模板来提交
|
||||
Please follow the template to create a new issue
|
||||
- type: input
|
||||
id: anzhiyu-ver
|
||||
attributes:
|
||||
label: 使用的 AnZhiYu 版本? | What version of AnZhiYu are you use?
|
||||
description: 检视主题的 package.json | Check the theme's package.json
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: browser
|
||||
attributes:
|
||||
label: 使用的浏览器? || What browse are you using?
|
||||
options:
|
||||
- Chrome
|
||||
- Edge
|
||||
- Safari
|
||||
- Opera
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: modify
|
||||
attributes:
|
||||
label: 是否修改过主题文件? || Has the theme files been modified?
|
||||
options:
|
||||
- 是 (Yes)
|
||||
- 不是 (No)
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: platform
|
||||
attributes:
|
||||
label: 使用的系统? || What operating system are you using?
|
||||
options:
|
||||
- Windows
|
||||
- macOS
|
||||
- Linux
|
||||
- Android
|
||||
- iOS
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: 问题描述 | Describe the bug
|
||||
description: 请描述你的问题现象 | A clear and concise description of what the bug is.
|
||||
placeholder: 请尽量提供截图来定位你的问题 | If applicable, add screenshots to help explain your problem
|
||||
value:
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: website
|
||||
attributes:
|
||||
label: 出现问题的网站 | Website
|
||||
description: 请提供下可复现的网站地址 | Please supply a website url which can reproduce problem.
|
||||
placeholder:
|
||||
validations:
|
||||
required: true
|
||||
13
themes/anzhiyu/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
13
themes/anzhiyu/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Questions about AnZhiYu
|
||||
url: https://github.com/anzhiyu-c/hexo-theme-anzhiyu/discussions
|
||||
about: 一些使用问题请到 Discussion 询问。 Please ask questions in Discussion.
|
||||
|
||||
- name: AnZhiYu Q&A
|
||||
url: https://blog.anheyu.com/comments/
|
||||
about: AnZhiYu Q&A
|
||||
|
||||
- name: QQ群
|
||||
url: https://jq.qq.com/?_wv=1027&k=v7NK7ELr
|
||||
about: "群号 464636182"
|
||||
14
themes/anzhiyu/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
14
themes/anzhiyu/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Feature request
|
||||
description: Suggest an idea for this project
|
||||
title: "[Feature]: "
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
id: feature-request
|
||||
attributes:
|
||||
label: 想要的功能 | What feature do you want?
|
||||
description: 请描述你需要的新功能 | A clear and concise description of what the feature is.
|
||||
placeholder:
|
||||
value:
|
||||
validations:
|
||||
require: true
|
||||
Reference in New Issue
Block a user