Skip to content

Commit 438c329

Browse files
authored
Update issue templates
1 parent c6920fb commit 438c329

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**DFHDL and Scala versions**
14+
DFHDL version: *required*
15+
Scala version: *required*
16+
17+
**To Reproduce**
18+
Minimized code to reproduce the behavior:
19+
```scala
20+
import dfhdl.*
21+
//your code here
22+
```
23+
**Expected behavior**
24+
A clear and concise description of what you expected to happen.

0 commit comments

Comments
 (0)