From aa7489060af326cc5620fdff5fd4d62e7c645dd1 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 12 Dec 2025 15:24:48 -0500 Subject: [PATCH] Fix typo in bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e1dc02713..f509f12ba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -38,7 +38,7 @@ If we cannot reproduce the issue, then we cannot address it. Note that a stack t It should be possible to trigger the bug by using solely simdjson with our default build setup. If you can only observe the bug within some specific context, with some other software, please reduce the issue first. -**simjson release** +**simdjson release** Unless you plan to contribute to simdjson, you should only work from releases. Please be mindful that our main branch may have additional features, bugs and documentation items.