issue template

master
xaoxuu 4 years ago
parent 9c2df267f7
commit d0920e784f
  1. 2
      .github/ISSUE_TEMPLATE/bug-report.md
  2. 2
      .github/ISSUE_TEMPLATE/feature-request.md
  3. 15
      .github/ISSUE_TEMPLATE/other-issue.md
  4. 2
      .github/ISSUE_TEMPLATE/question-report.md

@ -2,7 +2,7 @@
name: Bug Report
about: Something isn't working as expected
title: ''
labels: Bug
labels: 'New,Question'
assignees: ''
---

@ -2,7 +2,7 @@
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: Suggest
labels: 'New,Suggest'
assignees: ''
---

@ -2,7 +2,20 @@
name: Other Issue
about: Others
title: ''
labels: ''
labels: 'New'
assignees: ''
---
If you delete this template, we may close your issue without conducting an investigation.
如果您删除此模版,我们可能会在不进行调查的情况下关闭您的 Issue。
Please check if your Issue fulfills the following requirements. This will guide you to resolve the issue quickly.
请务必确认您在提交此 Issue 前已经查看并完成了下列检查单中的所有事项。这会指导您快速地解决问题。
## Issue Checklist <!-- 我确认我已经查看了 -->
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
- [ ] I am using [the latest](https://github.com/xaoxuu/hexo-theme-volantis/releases/latest) version of Volantis.
- [ ] I have reviewed [guidelines for Volantis](https://volantis.js.org), which does not help me.
- [ ] I have reviewed the latest Roadmap on GitHub and searched for current issues, which does not help me.

@ -2,7 +2,7 @@
name: Question Report
about: I have a question for Volantis (e.g. Customize)
title: ''
labels: Question
labels: 'New,Question'
assignees: ''
---

Loading…
Cancel
Save