添加 issue_template

This commit is contained in:
liuzhihang 2022-10-21 21:36:20 +08:00
parent e28c60f060
commit b6ebaab484
4 changed files with 103 additions and 4 deletions

View File

@ -0,0 +1,50 @@
name: Bug 反馈
description: 提交 Bug 反馈
labels: [ bug ]
body:
- type: markdown
id: preface
attributes:
value: |
感谢你花时间填写此错误报告!在开始之前,我们非常推荐阅读一遍[《开源最佳实践》](https://github.com/LinuxSuRen/open-source-best-practice),这会在很大程度上提高我们彼此的效率。
- type: markdown
id: environment
attributes:
value: "## 环境信息"
- type: input
id: version
validations:
required: true
attributes:
label: "是什么版本出现了此问题?"
description: "可以在管理后台的关于页面中找到。"
- type: input
id: site-url
attributes:
label: "在线站点地址"
description: "如果可以的话,请提供你的站点地址。这可能会帮助我们更好的定位问题。"
placeholder: "ex. https://halo.run"
validations:
required: false
- type: markdown
id: details
attributes:
value: "## 详细信息"
- type: textarea
id: what-happened
attributes:
label: "发生了什么?"
description: "最好还告诉我们,你预计会发生什么。"
validations:
required: true
- type: textarea
id: logs
attributes:
label: "相关日志输出"
description: "请复制并粘贴任何相关的日志输出。 这将自动格式化为代码,因此无需反引号。"
render: shell
- type: textarea
id: additional-information
attributes:
label: "附加信息"
description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。"

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 对 Hao 有其他问题
url: https://liuzhihang.com
about: 如果你还有其他疑问,可以加群沟通。

View File

@ -0,0 +1,31 @@
name: 新特性建议
description: 提交新特性建议
body:
- type: markdown
id: preface
attributes:
value: "你好!在开始之前,我们非常推荐阅读一遍[《开源最佳实践》](https://github.com/LinuxSuRen/open-source-best-practice),这会在很大程度上提高我们彼此的效率。"
- type: markdown
id: environment
attributes:
value: "## 环境信息"
- type: input
id: version
attributes:
label: "你当前使用的版本"
description: "可以在管理后台的关于页面中找到。"
- type: markdown
id: details
attributes:
value: "## 详细信息"
- type: textarea
id: description
attributes:
label: "描述一下此特性"
validations:
required: true
- type: textarea
id: additional-information
attributes:
label: "附加信息"
description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。"

View File

@ -2,13 +2,13 @@
---
> 如果大家喜欢这个主题,请多多 star 和 fork。你的 star 和支持就是我的动力
> If you like this theme. Please star or fork.
> Halo-Theme-Ha 移植于 Hexo 社区 [Hexo-Theme-Butterfly](https://github.com/jerryc127/hexo-theme-butterfly)
> ,同时参考了 [Heo](https://blog.zhheo.com/) 的魔改
## 说明
本主题是根据 [Heo](https://blog.zhheo.com/) 的博客进行开发,其中部分功能暂未支持
## 预览
## 支持的功能
@ -17,9 +17,22 @@
## 更新日志
- 2022-10-05 发布
- 2022-10-20 发布
## 安装
## 支持
从 tag 处直接下载 zip 包,在 Halo2.0 后台上传即可。
## 许可证
[![license](https://img.shields.io/github/license/halo-dev/halo.svg?style=flat-square)](https://github.com/halo-dev/halo/blob/master/LICENSE)
Halo-Theme-Hao 使用 GPL-v3.0 协议开源,请遵守开源协议。
## 贡献
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors)
<!-- ALL-CONTRIBUTORS-LIST:END -->