From 81aea72c6a8eff0a50e2edb848ac4bace59a43da Mon Sep 17 00:00:00 2001 From: RONGALI MOHAN KRISHNA 2400033266 <2400033266@kluniversity.in> Date: Wed, 26 Nov 2025 21:54:19 +0530 Subject: [PATCH 1/2] Enhance bug_report.md template with System Information and Logs sections (Issue #130) - Added 'System Information' section with fields for OS, Browser, Browser Version, Node.js Version, and Package Version - Added 'Logs & Error Messages' section for providing error messages and logs - Improved template structure and clarity for better bug reporting - These changes address issue #130 to provide clearer guidelines for contributors Signed-off-by: RONGALI MOHAN KRISHNA 2400033266 <2400033266@kluniversity.in> --- .github/ISSUE_TEMPLATE/bug_report.md | 44 ++++++++++++---------------- 1 file changed, 19 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1f0462cd1..c1fc05a88 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,43 +4,37 @@ about: Create a report to help us improve and fix any bugs in our coding title: Bug Report labels: bug assignees: Altify-Development - --- -**Describe the bug** -![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+R)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+E)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+Q)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+U)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+I)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+R)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+E)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+D) - +## Describe the bug A clear and concise description of what the bug is. -**To Reproduce** -![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+R)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+E)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+Q)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+U)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+I)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+R)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+E)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+D) - +## To Reproduce Steps to reproduce the behavior: -![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+R)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+E)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+Q)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+U)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+I)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+R)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+E)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+D) - 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** +## Expected behavior A clear and concise description of what you expected to happen. -**Screenshots** +## Screenshots If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** -![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+R)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+E)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+Q)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+U)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+I)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+R)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+E)![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+D) - - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** +## System Information +Please provide the following system information: +- **OS**: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04] +- **Browser**: [e.g., Chrome, Firefox, Safari] +- **Browser Version**: [e.g., 95.0] +- **Node.js Version** (if applicable): [e.g., 16.13.0] +- **Package Version**: [e.g., 1.0.0] + +## Logs & Error Messages +Please provide any relevant error messages or logs: +``` +Paste error output or logs here +``` + +## Additional context Add any other context about the problem here. From daa28120b8e577701d94e1e5893e3a790b619861 Mon Sep 17 00:00:00 2001 From: RONGALI MOHAN KRISHNA 2400033266 <2400033266@kluniversity.in> Date: Thu, 27 Nov 2025 12:15:35 +0530 Subject: [PATCH 2/2] Update issue template for clarity on reporting bugs Clarified usage of the issue tracker and provided guidance for feature requests. Signed-off-by: RONGALI MOHAN KRISHNA 2400033266 <2400033266@kluniversity.in> --- .github/ISSUE_TEMPLATE/issue-template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md index 404f0b0bc..15e7645e6 100644 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -7,8 +7,11 @@ assignees: Altify-Development --- -Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our slack channel. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. +**Issue tracker is ONLY used for reporting bugs.** +For general troubleshooting and usage questions, please use [Stack Overflow](https://stackoverflow.com/). The issue tracker is exclusively for bug reports. + +If you're reporting a bug that's related to a feature request, please report the bug here and discuss the feature request separately on our Slack channel. ## Expected Behavior