summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 4d69101b2ac91d33ad214db492598264dd5a10d3 (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
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: B-bug, F-need-verification
assignees: 48d90782
---

<!--
    Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
    along with any information you feel relevant to replicating the bug.
-->

I tried this code:

```go
// code
```

I expected to see this happen: *explanation*

Instead, this happened: *explanation*

The **version of RR** used: *explanation*

The **operation system** used: *explanation*

RR configuration file content:

```yaml
# Paste here your `.rr.yaml` file content
```

Errortrace, Backtrace or Panictrace:

```text
// backtrace
```