summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: eefc9a872b4e121e1c2998dda6cf8eec6b714308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Code example**

```Cpp
// Put your code here
```

**Expected result**

```Cpp
/**
 * @brief Put the expected comment here
 */
```

**Actual result**

```Cpp
/**
 * @brief Put the actually generated comment here
 */
```

**Screencaps**
If applicable, add screencaps to help explain your problem.

**Your System:**
 - OS: [Windows, macOS, Linux]
 - VS Code Version [e.g. 1.55]
 - Doxdocgen Code Version [e.g. 1.3.1]

**Additional context**
Add any other context about the problem here.