From 9194d9e309f0813927f4b4fc27783650abd08f8a Mon Sep 17 00:00:00 2001 From: Bob Andrews Date: Thu, 3 Jul 2025 11:09:03 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ddde4f5d3..75d9b00d3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,6 +6,8 @@ labels: bug assignees: '' --- +**Compiler and OS** +It is important to know what version of the compiler/assembler you used (call it with --version to get this info). Sometimes we also need to know what OS you are using. **Describe the bug** Please tell us what you did, what happened, and what you expected to happen instead.