From 975bb499582bef3cfa9f1e57d750cd905b4dae45 Mon Sep 17 00:00:00 2001 From: poshinchen Date: Mon, 11 Aug 2025 12:00:12 -0400 Subject: [PATCH] chore: request to include code snippet section --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3c357173c..b3898b7f7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -61,9 +61,10 @@ body: label: Steps to Reproduce description: Detailed steps to reproduce the behavior placeholder: | - 1. Install Strands using... - 2. Run the command... - 3. See error... + 1. Code Snippet (Minimal reproducible example) + 2. Install Strands using... + 3. Run the command... + 4. See error... validations: required: true - type: textarea