Skip to content

feat: issue templates #481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/1-feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''

---

### Please describe
Please provide us with a clear and concise description.

### Additional context
Add any other context or screenshots about the feature request here. (If applicable)
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/2-bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: 🐞 Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

### Before You Start
This form is only for submitting bug reports.

### Describe the bug
Please provide us with a clear and concise description of what the bug is.

### Expected behavior
A clear and concise description of what you expected to happen.

### How to reproduce
It would be awesome if you could provide us a small reproduction online using stackblitz. You can replace `typescript-vitest` with another template name that is matching your case from https://github.com/vuejs/create-vue-templates.
- https://stackblitz.com/github/vuejs/create-vue-templates/tree/main/typescript-vitest

Steps to reproduce the behavior:
1. Go to '....'
2. Do this '....'
3. Do that '....'
4. Result

### Screenshots
Add screenshots to help explain your problem. (If applicable)
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/3-blank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Blank issue
about: Something other than a bug or a feature
title: ''
labels: ''
assignees: ''

---


14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Reference: https://github.com/vuejs/core/blob/main/.github/ISSUE_TEMPLATE/config.yml
contact_links:
- name: Discord Chat
url: https://chat.vuejs.org
about: Ask questions and discuss with other Vue users in real time.
- name: Questions & Discussions
url: https://github.com/vuejs/core/discussions
about: Use GitHub discussions for message-board style questions and discussions.
- name: Patreon
url: https://www.patreon.com/evanyou
about: Love Vue.js? Please consider supporting us via Patreon.
- name: Open Collective
url: https://opencollective.com/vuejs/donate
about: Love Vue.js? Please consider supporting us via Open Collective.