Skip to content

Commit 73a04b9

Browse files
authored
Easy bug template added to github issue templates (#2168)
Co-authored-by: Alena Lisevych <alena.lisevych@gmail.com>
1 parent ab577ca commit 73a04b9

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Bug report without tips
3+
about: Defect report without examples (for experienced testers)
4+
title: ''
5+
labels: 'ctg-bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
12+
13+
14+
**To Reproduce**
15+
16+
1. Install UnitTestBot plugin built from main in IntelliJ IDEA
17+
2. Open
18+
3. Generate tests for
19+
20+
**Expected behavior**
21+
22+
23+
24+
**Actual behavior**
25+
26+
27+
28+
**Screenshots, logs**
29+
30+
31+
32+
~~~java
33+
34+
~~~
35+
36+
**Environment**
37+
38+
IntelliJ IDEA version -
39+
Project -
40+
JDK -
41+
42+
**Additional context**
43+
44+

0 commit comments

Comments
 (0)