From 692f43cd842d7e966c90a9f8f29562a0d99d5d78 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 4 Jul 2024 16:46:34 -0400 Subject: [PATCH] Update standard-issue-template.md --- .github/ISSUE_TEMPLATE/standard-issue-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/standard-issue-template.md b/.github/ISSUE_TEMPLATE/standard-issue-template.md index d5a34d65b..74b4a5554 100644 --- a/.github/ISSUE_TEMPLATE/standard-issue-template.md +++ b/.github/ISSUE_TEMPLATE/standard-issue-template.md @@ -18,7 +18,7 @@ We do not make changes to simdjson without clearly identifiable benefits, which Is your issue: -1. A bug report? If so, please point at a reproducible test. Indicate whether you are willing or able to provide a bug fix as a pull request. +1. A bug report? If so, please point at a reproducible test. Indicate whether you are willing or able to provide a bug fix as a pull request. As a matter of policy, we do not consider a compiler warning to be a bug. 2. A build issue? If so, provide all possible details regarding your system configuration. If we cannot reproduce your issue, we cannot fix it.