forked from halo-dev/halo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: 1.2.0. Co-authored-by: Jiahuan Shen <[email protected]> Co-authored-by: John Niang <[email protected]> Co-authored-by: Ryan Wang <[email protected]> Co-authored-by: null <[email protected]> Co-authored-by: bobo <[email protected]> Co-authored-by: Lei XinXin <[email protected]> Co-authored-by: 寒山 <[email protected]> Co-authored-by: IJKZEN <[email protected]>
- Loading branch information
Showing
372 changed files
with
7,880 additions
and
2,048 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
name: Bug Report | ||
about: 事情不像预期的那样工作吗? | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
你好!感谢你正在考虑为 Halo 提交一个 bug。请花一点点时间尽量详细地回答以下基础问题。 | ||
谢谢! | ||
--> | ||
|
||
<!-- | ||
请确认你已经做了下面这些事情,若 bug 还是未解决,那么请尽可详细地描述你的问题。 | ||
- 我已经安装了最新版的 Halo | ||
- 我已经搜索了已有的 Issues 列表中有关的信息 | ||
- 我已经搜索了论坛中有关的信息:https://bbs.halo.run | ||
- 我已经阅读了 Halo 的 FAQ:https://halo.run/guide/faq.html | ||
--> | ||
|
||
## 我的环境 | ||
|
||
<!-- | ||
请登录到博客后台,进入菜单 `系统->关于` 点击 `环境信息` 旁边的按钮即可复制环境信息。 | ||
--> | ||
|
||
--- | ||
|
||
## 错误日志 | ||
|
||
<!-- | ||
请登录到博客后台,点击菜单栏中的 `Halo Dashboard` 10 次即可开启 `开发者选项`。进入开发者选项中的 `实时日志`。 | ||
你可以选择查找具体的错误日志,或者直接下载日志文件复制到下面即可。(注意:日志堆栈信息请用 Markdown 的代码块语法,以方便查看。) | ||
--> | ||
|
||
--- | ||
|
||
## 期望行为 | ||
|
||
<!-- | ||
你期望会发生什么? | ||
--> | ||
|
||
## 当前行为 | ||
|
||
<!-- | ||
描述 bug 细节,确认出现此问题的复现步骤,例如点击了哪里,发生了什么情况? | ||
你可以粘贴截图或附件。 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Feature Request | ||
about: 想让我们为 Halo 增加什么功能吗? | ||
title: 'feat: ' | ||
labels: 'Feature Request' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
你好!感谢你愿意考虑希望 Halo 增加某个新功能。请花一点点时间尽量详细地回答以下基础问题。 | ||
谢谢! | ||
--> | ||
|
||
## 概述 | ||
|
||
<!-- | ||
对这个新功能的一段描述 | ||
--> | ||
|
||
## 动机 | ||
|
||
<!-- | ||
为什么你希望在 Halo 中使用这个功能? | ||
--> | ||
|
||
## 详细解释 | ||
|
||
<!-- | ||
详细描述这个新功能。 | ||
如果这是一个小功能,你可以忽略这部分。 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Question | ||
about: 对 Halo 有任何问题吗? | ||
title: '' | ||
labels: 'question' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
如果你有任何问题也可以通过此渠道来向我们反馈。 | ||
谢谢! | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Java CI | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 1.8 | ||
- name: Build with Gradle | ||
run: ./gradlew build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.