Skip to content

Commit 7c600b5

Browse files
committed
Add issue templates
1 parent 06b689e commit 7c600b5

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
There are hundreds of error messages in the UTBot log. Looks like the problem is in the concrete executor.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Open the 'X' project in IDE
16+
2. Use plugin to generate tests
17+
3. Run the generated test
18+
19+
**Expected behavior**
20+
Tests are supposed to be generated.
21+
22+
**Actual behavior**
23+
An error test is generated with information about errors in the concrete executor.
24+
25+
**Visual proofs (screenshots, logs)**
26+
```cpp
27+
void testFail_errors() {
28+
// Couldn't generate some tests. List of errors:
29+
}
30+
```
31+
32+
**Environment**
33+
_Substitute this text with an information that can help us to recreate the environment. For instance, specify server and client operation systems, UTBotCpp version and so on._
34+
35+
**Additional context**
36+
Add any other context about the problem here.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
Substitute this text with a concise description of the problem. Please be clear what parts of the problem are considered to be in-scope and out-of-scope.
12+
13+
**Expected behavior**
14+
Substitute the text with a clear and concise description of what you want to happen.
15+
16+
**Environment**
17+
Substitute the text with steps to set up the environment for testing of the expected behavior.
18+
19+
**Potential solution**
20+
Substitute this text with a potential solution.
21+
22+
**Context**
23+
Substitute this text with information that can be crucial for understanding the problem.

0 commit comments

Comments
 (0)