From ee65df4c0bbfd06d003c512d936c159fff8d38de Mon Sep 17 00:00:00 2001 From: tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Sat, 10 May 2025 14:07:29 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 16 ++++++++++++---- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..d3577d8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,15 +1,23 @@ --- name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' +about: Open a bug report +title: "[BUG]" +labels: bug +assignees: tiagorangel1 --- **Describe the bug** A clear and concise description of what the bug is. +**Affects:** +- [] Standalone mode +- [] Widget +- [] Server +- [] WASM +- [] Solver +- [] Solver CLI + **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..2af3f30 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: '' labels: '' -assignees: '' +assignees: tiagorangel1 ---