From aa63ab387be4e2570e419fef593840fe621754d9 Mon Sep 17 00:00:00 2001 From: tiago <70700766+tiagozip@users.noreply.github.com> Date: Sat, 20 Dec 2025 13:20:08 +0000 Subject: [PATCH] update bug issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 59 ++++++++++++---------------- 1 file changed, 26 insertions(+), 33 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d3577d8..1de4ace 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,46 +1,39 @@ --- -name: Bug report +name: 🐛 Bug report about: Open a bug report -title: "[BUG]" +title: "[bug] " labels: bug -assignees: tiagorangel1 +assignees: tiagozip --- -**Describe the bug** -A clear and concise description of what the bug is. + -**Affects:** -- [] Standalone mode -- [] Widget -- [] Server -- [] WASM -- [] Solver -- [] Solver CLI +**bug description:** +a clear and concise description of what the bug is and how it happened. -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +**affects:** +- [] standalone +- [] widget (ui) +- [] widget (wasm solver) +- [] js server +- [] js solver -**Expected behavior** -A clear and concise description of what you expected to happen. +**to reproduce:** +steps to reproduce the behavior. include as much information as possible, but make sure to redact secrets. -**Screenshots** -If applicable, add screenshots to help explain your problem. +**expected behavior:** +a clear and concise description of what you expected to happen. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**screenshots:** +if applicable, add screenshots to help explain your problem. +please use code blocks instead of screenshots for pasting errors, logs and code. -**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] +**versions and environment:** +e.g. browser, os, device, etc -**Additional context** -Add any other context about the problem here. +**additional context:** +add any other context about the problem here.