From 83a7c49b78997d26d187b9b53edaf55c93a1538f Mon Sep 17 00:00:00 2001 From: Shruti Agarwal <mail2shruti.ag@gmail.com> Date: Sun, 1 May 2022 16:29:42 +0530 Subject: [PATCH] feat: Bug template --- .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 0000000..c32f81b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: bug +--- + +### Description + +Please describe your issue in few words here. + +#### How to reproduce + +Describe the bug and list the steps you used when the issue occurred. + +#### Screenshots + +If applicable, add screenshots to help explain your problem. + +### Versions + +* Last commit id on master: +* Operating System (lsb_release -a): +* Browser [e.g. chrome, safari]: + +### Logs + +Any logs (if any) generated in -- GitLab