diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6577cbf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +--- +name: 🐞 Bug report +description: Report a bug or unexpected behavior in Vix +labels: bug +--- + +## Description +Describe clearly what is broken or unexpected. + +## Steps to reproduce +1. Command executed (`vix run ...`) +2. Input / configuration +3. Output or error + +## Expected behavior +What should have happened. + +## Actual behavior +What actually happened. + +## Environment +- OS: +- Compiler: +- Vix version: + +## Logs / sanitizer output +Paste relevant logs (ASan / UBSan / build logs).