From 9b744ea67dfdb2d0a8f5256e4613279fb870da3b Mon Sep 17 00:00:00 2001 From: Katheryn Satterlee Date: Thu, 20 Nov 2025 17:42:39 -0600 Subject: [PATCH] Update bug report template for clarity (#35284) Clarified steps to reproduce section in bug report template. # Checklist for submitter Docs-only change --- .github/ISSUE_TEMPLATE/bug-report.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 26c2cd5f3b..29f3477ec2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -23,6 +23,12 @@ TODO ### 🧑‍💻  Steps to reproduce + +These steps: + +- [ ] Have been confirmed to consistently lead to reproduction in multiple Fleet instances. +- [ ] Describe the workflow that led to the error, but have not yet been reproduced in multiple Fleet instances. + 1. TODO 2. TODO 3.