-
Notifications
You must be signed in to change notification settings - Fork 425
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
3 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
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,45 @@ | ||
--- | ||
name: 问题反馈 | ||
description: 反馈 BUG 帮助我们改进 VanBlog | ||
title: '[Bug]: ' | ||
labels: | ||
- bug | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 问题描述 | Describe the bug | ||
description: 请描述你的问题现象 | A clear and concise description of what the bug is. | ||
placeholder: | ||
value: | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: url | ||
attributes: | ||
label: 问题网站 | Website URL | ||
description: 请提供下可复现网站地址 | Please supply a website url which can reproduce problem. | ||
placeholder: ex. https://blog-demo.mereith.com | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
id: version | ||
attributes: | ||
value: | | ||
## 版本 | Version | ||
- type: dropdown | ||
id: deployMethod | ||
validations: | ||
required: true | ||
attributes: | ||
label: 部署方式? | How do you deploy vanblog? | ||
description: | ||
options: | ||
- Docker (default) | ||
- Manual | ||
- Other | ||
|
||
|
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,13 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 讨论区 | ||
url: https://github.com/Mereithhh/van-blog/discussions/new | ||
about: Please ask questions in Discussion. | ||
|
||
# - name: 官方 QQ 群 | ||
# url: https://jq.qq.com/?_wv=1027&k=l0NphanY | ||
# about: '加入Waline 用户交流群: 673663898' | ||
|
||
# - name: Telegram | ||
# url: https://t.me/walinejs | ||
# about: 'Official Telegram Group' |
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: 优化建议 | ||
description: 提出优化/建议/需求 | ||
title: '[Feature]: ' | ||
labels: | ||
- discussion | ||
- enhancement | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 功能概述 | Describe the feature | ||
description: 请描述你需要的新功能 | A clear and concise description of what the feature is. | ||
placeholder: | ||
value: | ||
validations: | ||
require: true |