Skip to content

Commit

Permalink
docs: 更新 issues 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Sep 4, 2022
1 parent 9eb44d9 commit e806f86
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
22 changes: 13 additions & 9 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: 问题反馈
description: 反馈 BUG 帮助我们改进 VanBlog
title: '[Bug]: '
title: '[问题反馈]: '
labels:
- bug
- 问题反馈
body:
- type: textarea
id: description
Expand All @@ -18,17 +18,21 @@ body:
- type: input
id: url
attributes:
label: 问题网站 | Website URL
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
- type: input
id: version
attributes:
value: |
## 版本 | Version
label: 版本 | Version
description: 请提供下出现问题的版本号 | Please supply the version which can reproduce problem.
placeholder: ex. v0.32.0
validations:
required: true


- type: dropdown
id: deployMethod
Expand All @@ -38,8 +42,8 @@ body:
label: 部署方式? | How do you deploy vanblog?
description:
options:
- Docker (default)
- Manual
- Other
- Docker 部署(文档默认)
- 手动部署
- 其他方式


2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ blank_issues_enabled: false
contact_links:
- name: 讨论区
url: https://github.com/Mereithhh/van-blog/discussions/new
about: Please ask questions in Discussion.
about: 前往讨论区与大家交流

# - name: 官方 QQ 群
# url: https://jq.qq.com/?_wv=1027&k=l0NphanY
Expand Down
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/reature-request.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: 优化建议
description: 提出优化/建议/需求
title: '[Feature]: '
title: '[优化建议]: '
labels:
- discussion
- enhancement
- 优化建议
body:
- type: textarea
id: description
Expand Down

0 comments on commit e806f86

Please sign in to comment.