Create BUG REPORT issue template (#250)

pull/254/head
Atin Bainada 2021-04-22 16:57:16 +05:30 committed by GitHub
parent 2f43aab832
commit 681474f6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -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.