Skip to content

Commit

Permalink
chore: issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Mar 8, 2024
1 parent 30b64a9 commit 67f4890
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Bug report
name: 🐛Bug report
about: Create a report to help us improve
title: '[BUG]: '
labels: ''
title: '[BUG]: Some problem...'
labels: ["bug"]
assignees: ''

---
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: 📜 Documentation
url: https://vfox.lhan.me/
about: Before submitting a question, please read the documentation. If you are still not satisfied, ask a question again.
- name: 👀 GitHub Discussions
url: https://github.com/version-fox/vfox/discussions
about: If your issue is not a feature or bug, go to the discussion panel and retrieve if your issue already exists before submitting it.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 🚀Feature Request
about: Please describe in detail the features you expect.
title: '[Feature]: Some feature...'
labels: ["enhancement"]
assignees: ''

---

<!-- Please answer these questions before you submit the desired feature. -->

#### 1. Your usage scenarios?

#### 2. What is your expected outcome?
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/question_answer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 🙋 Question Report
about: Usage question that isn't answered in docs or discussion
title: "[Question] Some question..."
labels: ["question"]
---

<-- Please answer these questions before submitting them. Thank you. -->

**Version**
The version you are currently using

**OS**
macOS、Linux、Windows

**Question Description**
A clear and concise description of what the question is.

0 comments on commit 67f4890

Please sign in to comment.