From c42b5b273d80f02bb168b79a569124330dd37de7 Mon Sep 17 00:00:00 2001 From: Tom Tan Date: Wed, 23 Sep 2026 09:11:21 -0700 Subject: [PATCH] chore: fix inconsistent format in bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7f45b9f5b0..ccefb63385 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,8 @@ about: Create a report to help us improve labels: bug --- -**Describe your environment** Describe any aspect of your environment relevant to the problem, including your platform, build system, version numbers of installed dependencies, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on main branch. +**Describe your environment** +Describe any aspect of your environment relevant to the problem, including your platform, build system, version numbers of installed dependencies, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on main branch. **Steps to reproduce** Describe exactly how to reproduce the error. Include a code sample if applicable.