From ad9949139e655fb32d1983540fc9c5d5caf54aee Mon Sep 17 00:00:00 2001 From: SALES Date: Fri, 18 Mar 2022 09:24:34 +1100 Subject: [PATCH] Bug report issue template cf #11 and #51 --- .github/ISSUE_TEMPLATE/bug_report.md | 42 ++++++++++++++-------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2708860..b7068dd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,32 +7,32 @@ assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. +# 1️⃣ Description + +**A clear and concise description** of what the bug is. + +## 📑 Steps to Reproduce -**To Reproduce** Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error -**Expected behavior** -A clear and concise description of what you expected to happen. +1. WHen I do this : '...' +2. Then run that : '....' +3. I got this : `...` + +# 2️⃣ Expected behavior + +**A clear and concise description** of what you expected to happen. + +# 3️⃣ Scripts -**Screenshots** -If applicable, add screenshots to help explain your problem. +Any script or screenshots, If applicable, to help us understand your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +# ℹ️ Environment details -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] + - OS: [e.g. iOS, `cat /etc/issue`] + - Python runtime + - Used shell (Git bash, `bash`, `zsh`, `MS DOS`, ...) + +# Additional context -**Additional context** Add any other context about the problem here.