From 05f50f7d277712021e48ee1856bc1b2445dbac9a Mon Sep 17 00:00:00 2001 From: Josiah Parry Date: Sun, 8 Jun 2025 20:55:16 -0400 Subject: [PATCH] chore: fix checkboxes in issue template (#4031) --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6d7c3aba3..a5dec49fa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,10 +33,11 @@ Steps to reproduce the behavior: If applicable, add screenshots to help explain your problem. **Next Steps** -[ ] I will make a PR -[ ] I would like to make a PR, but need help getting started -[ ] I want someone else to take the time to fix this -[ ] This is a low priority for me and is just shared for your information + +- [ ] I will make a PR +- [ ] I would like to make a PR, but need help getting started +- [ ] I want someone else to take the time to fix this +- [ ] This is a low priority for me and is just shared for your information **Additional context** Add any other context about the problem here.