From 40643abce6ed418579b5ea0faea43d666deddcef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez=20Rivero?= Date: Thu, 26 Oct 2023 10:34:45 +0200 Subject: [PATCH] Update issue templates it is nice --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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.