Skip to content

Commit 824a1e6

Browse files
authored
chore: improve issue templates (#3104)
* chore: improve issue templates * Update BUG_REPORT_TEMPLATE.md
1 parent 15850a0 commit 824a1e6

File tree

3 files changed

+71
-37
lines changed

3 files changed

+71
-37
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
name: 🐛 Bug report
3+
about: Create a bug report to help us improve.
4+
---
5+
6+
**Versions**
7+
8+
- BootstrapVue: 2.#.#
9+
- Bootstrap: 4.#.#
10+
- Vue: 2.#.#
11+
12+
**Describe the bug**
13+
14+
A clear and concise description of what the bug is.
15+
16+
**To reproduce**
17+
18+
Steps to reproduce the behavior:
19+
20+
1. Go to '...'
21+
2. Click on '....'
22+
3. Scroll down to '....'
23+
4. See error
24+
25+
**Expected behavior**
26+
27+
A clear and concise description of what you expected to happen.
28+
29+
**Demo link**
30+
31+
If applicable, add a minimal demo link to help explain your problem. You can use
32+
[CodePen](https://codepen.io/), [CodeSandbox](https://codesandbox.io/),
33+
[JS Bin](https://jsbin.com/), or [JSFiddle](https://jsfiddle.net/) (You can export markup from the
34+
[online playground](https://bootstrap-vue.js.org/play) to CodePen, CodeSandbox and JSFiddle).
35+
36+
**Desktop (please complete the following information):**
37+
38+
- OS: [e.g. iOS]
39+
- Browser [e.g. chrome, safari]
40+
- Version [e.g. 22]
41+
42+
**Smartphone (please complete the following information):**
43+
44+
- Device: [e.g. iPhone6]
45+
- OS: [e.g. iOS8.1]
46+
- Browser [e.g. stock browser, safari]
47+
- Version [e.g. 22]
48+
49+
**Additional context**
50+
51+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: 🚀 Feature request
3+
about: Suggest an idea for this project.
4+
---
5+
6+
**Is your feature request related to a problem? Please describe.**
7+
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
12+
A clear and concise description of what you want to happen.
13+
14+
**Describe alternatives you've considered**
15+
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
**Additional context**
19+
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)