Skip to content

Commit

Permalink
docs: 增加 issue 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Sep 4, 2022
1 parent 3f6d568 commit 9eb44d9
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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


13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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'
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/reature-request.yml
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

0 comments on commit 9eb44d9

Please sign in to comment.