From 441bba09bffc7ac92ae9c2e88932f394fcf30933 Mon Sep 17 00:00:00 2001 From: G-kirira Date: Sat, 20 Dec 2025 11:32:12 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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).