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 ---