-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
664 additions
and
563 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,63 @@ | ||
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: butterfly-ver | ||
attributes: | ||
label: 使用的 Butterfly 版本? | What version of Butterfly 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: 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 |
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,22 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Questions about Butterfly | ||
url: https://github.com/jerryc127/hexo-theme-butterfly/discussions | ||
about: 一些使用問題請到 Discussion 詢問。 Please ask questions in Discussion. | ||
|
||
- name: Butterfly Q&A | ||
url: https://butterfly.js.org/posts/98d20436/ | ||
about: Butterfly Q&A | ||
|
||
- name: Telegram | ||
url: https://t.me/bu2fly | ||
about: 'Official Telegram Group' | ||
|
||
- name: QQ 1群 | ||
url: https://jq.qq.com/?_wv=1027&k=KU9105XR | ||
about: '群號 1070540070,不要兩個Q群都添加' | ||
|
||
- name: QQ 2群 | ||
url: https://jq.qq.com/?_wv=1027&k=r1nK0DQz | ||
about: '群號 978221020,不要兩個Q群都添加' | ||
|
This file was deleted.
Oops, something went wrong.
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,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 |
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.