summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/first_bug_report.md
blob: bcc68adadf7ad5cd0fbbf1c6be03bba303ee2ebb (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
---
name: First Bug Report
about: Detailed guideline for your first bug report
title: ''
labels: ''
assignees: ''

---

### Description
A clear and concise description of what the bug is.

### Steps to reproduce
Please provide us with enough information to reproduce the issue on our side, otherwise it's hard to fix it. You can provide a list of actions, and possibly attach eSim project files including Verilog/VHDL code (if used at all).

If you can provide a [minimal working example](https://en.wikipedia.org/wiki/Minimal_working_example) that shows the problem, instead of your original project, reproducing the bug is more straightforward and we can respond faster.

### Expected behavior
A clear and concise description of what you expected to happen.

### Screenshots
If applicable, add screenshots to help explain your problem.

### Additional files
You can add additional files via drag-and-drop, possibly compressed in zip format and attaching it.

### Version and OS
 - eSim version
 - OS: [e.g. Windows 10, 64 bit, Ubuntu 20.04 LTS]

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