Skip to content

Commit 83f5530

Browse files
authored
Update issue templates
1 parent 5c78d60 commit 83f5530

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Software version (please complete the following information):**
11+
- Browser [e.g. chrome, safari]
12+
- Vue Version [e.g. 2.5.7]
13+
- vue-grid-layout Version: [e.g. 2.3.3]
14+
15+
**Describe the bug**
16+
A clear and concise description of what the bug is.
17+
18+
Please use the [CodeSandbox Template](https://codesandbox.io/s/5wy3rz5z1x?module=%2Fsrc%2FShowcaseLayout.js) to demonstrate your bug. It is much easier for us to help you if you do.
19+
20+
21+
**To Reproduce**
22+
Steps to reproduce the behavior:
23+
1. Go to '...'
24+
2. Click on '....'
25+
3. Scroll down to '....'
26+
4. See error
27+
28+
**Expected behavior**
29+
A clear and concise description of what you expected to happen.
30+
31+
**Screenshots**
32+
If applicable, add screenshots to help explain your problem.
33+
34+
**Additional context**
35+
Add any other context about the problem here.
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## If you have a feature request, please try to implement it before requesting it. <br/>This is free software and the author is busy with other projects.
11+
12+
**Is your feature request related to a problem? Please describe.**
13+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14+
15+
**Describe the solution you'd like**
16+
A clear and concise description of what you want to happen.
17+
18+
**Describe alternatives you've considered**
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
**Additional context**
22+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)