From 8431af30ae749efaa6cd1cfdc0d6a55421c1547f Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas <86715146+neosubhamoy@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:14:34 +0530 Subject: [PATCH] docs: updated bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 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..af45ef6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: neosubhamoy + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**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. + +**OS Info (required):** + - OS: [e.g. Windows 11] + - OS Architecture: [e.g. x64] + - OS Version: [e.g. 25H2 26200.6899] + +**App Info (required):** + - NeoDLP Version: [e.g. 0.3.1] + - YT-DLP Version: [e.g. 2025.10.18.232824] + - Installation Mode: [e.g. msi, exe, winget] + +**App Logs (required):** +Paste the full app session logs here + +**Additional context** +Add any other context about the problem here.