diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e999cfb5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: What is the problem? +title: "[BUG]" +labels: bug +assignees: danielo515 + +--- + +<--! Use this template just as a guidance, it's not strict --> +**Describe the bug** + + +**To Reproduce** +Steps to reproduce the bug: +1. Go to '...' +2. Click on '....' + + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.