Skip to content
Open
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
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: 🐛 Bug report
about: Create a report to help us improve
title: '[Bug] ...'
labels: ':bug: Bug'
---

## 🐛 Bug Report

<!-- A clear and concise description of what the bug is, and what version are you using-->

- Lib version: ...
- Platform/Target and Browser Versions: ...
- description: ...

## Steps To Reproduce
<!-- The exact steps required to reproduce the issue, ideally with a code example -->
- Reproduce steps: ...
- Live Link or JSFiddle/Codepen or website with issue: ...
<!-- optional, but very helpful. -->

## Expected Behavior:
<!-- Explain what is to be expected, here. -->

## Actual Behavior:
<!-- Explain what is actually happening, here. -->

## Possible solution:
<!-- optional, but very helpful. -->


<!-- P.S. Before you open an issue, please check if a similar issue already exists or has been closed before.-->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 🚀 Feature Proposal
title: '[Feature] ...'
labels: ':rocket: Feature Request'
about: Submit a proposal for a new feature
---

## 🚀 Feature Proposal

<!-- A clear and concise description of what the feature is.-->

## Motivation

<!-- Please outline the motivation for the proposal.-->

## Example

<!-- Please provide an example for how this feature would be used.-->

<!-- P.S. Before you open an issue, please check if a similar issue already exists or has been closed before.-->
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/question_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: 💬 Questions / Help
title: '[Question] ...'
label: ':speech_balloon: Question'
about: Ask us a question
---

## 💬 Questions and Help


<!-- P.S. Remember, an issue is not the place to ask questions. You can use https://stackoverflow.com/questions/tagged/vue-class-component, https://forum.vuejs.org, https://discord.com/invite/HBherRA, ect for that.

Before you open an issue, please check if a similar issue already exists or has been closed before.-->