From 3bc22f4481e9a5720fdcd526fd12c1b40d0b9613 Mon Sep 17 00:00:00 2001 From: mrizzi Date: Tue, 21 Jul 2026 17:37:59 +0200 Subject: [PATCH] feat(report-bug): add Environment/Version required section to default bug template Add an "Environment / Version" row to the Required Sections table in the default bug template. The new section is placed after "Actual Result" and before "Attachments", prompting users to provide product version, deployment method, and affected area when filing bugs. Since the report-bug skill is data-driven from the template table, this change automatically makes the skill prompt for the new section during interactive mode and validate its presence in programmatic mode. Implements TC-5311 Assisted-by: Claude Code --- docs/templates/bug-template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/templates/bug-template.md b/docs/templates/bug-template.md index b635ac3e0..77945c57a 100644 --- a/docs/templates/bug-template.md +++ b/docs/templates/bug-template.md @@ -22,6 +22,7 @@ | Steps to reproduce | `### **Steps to Reproduce**` | | Expected Result | `### **Expected Result**` | | Actual Result | `### **Actual Result**` | +| Environment / Version | `### **Environment / Version**` | | Attachments | `### **Attachments**` | ## Optional Sections