Create BUG REPORT issue template (#250)
parent
2f43aab832
commit
681474f6a9
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Found any bug in some algorithm? Let us know!
|
||||
title: BUG in [file name]
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Bug detail**
|
||||
Name of the file in which the bug is present. Additionally you can also add the line number and/or a code snippet of the bug.
|
||||
|
||||
**Counter example**
|
||||
Give an example for which the algorithm implementation doesn't produce the expected output. Also give the expected output if possible.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
Loading…
Reference in New Issue