diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..d07b3989 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.