Files
cc65/.github/ISSUE_TEMPLATE/bug_report.md
2025-07-03 11:09:03 +02:00

17 lines
613 B
Markdown

---
name: Bug report
about: Create a report to help us improve
title: ''
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.
**To Reproduce**
If it isnt obvious how to reproduce the problem, please give use some detailed instructions on how to reproduce it. Ideally provide a testcase (program) that we can put into the testbench later.