From 2c4b3a485e8a1aeb951aaf97237d41f4a5fcdacd Mon Sep 17 00:00:00 2001 From: Bob Andrews Date: Thu, 3 Jul 2025 09:44:57 +0200 Subject: [PATCH] Update bug_report.md cut down --- .github/ISSUE_TEMPLATE/bug_report.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6f7b99efc..ddde4f5d3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,16 +8,7 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. +Please tell us what you did, what happened, and what you expected to happen instead. **To Reproduce** -Steps to reproduce the behavior: -1. do '...' -2. then '....' -3. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Additional context** -Add any other context about the problem here. +If it isnt obvious how to reproduce the problem, please give use some detailed instructions on how to reproduce it. Ideally provide a testcase (program) that we can put into the testbench later.