From bab8f6b07e722e8534513f49c01c23e9d8b51908 Mon Sep 17 00:00:00 2001 From: Haritabh <41149926+haritabh-z01@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:42:20 +0530 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 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..6edf200 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**App Version** +What version of Amical are you using? (e.g., v0.1.1) + +**System Information** +- **Operating System:** [e.g., macOS 14.0, Windows 11, Ubuntu 22.04] +- **RAM:** [e.g., 16GB] +- **GPU:** [e.g., NVIDIA RTX 3060, Apple M1, Intel Iris Xe, N/A] +- **CPU:** [e.g., Intel i7-12700K, AMD Ryzen 5 5600X, Apple M1] + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Logs** +If applicable, attach relevant log files or error messages. + +**Additional context** +Add any other context about the problem here (e.g., specific hardware configurations, third-party software, etc.).