diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index af45ef6..b1b63f5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,17 +23,17 @@ 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 info (required):** - OS: [e.g. Windows 11] - OS Architecture: [e.g. x64] - OS Version: [e.g. 25H2 26200.6899] -**App Info (required):** +**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] + - NeoDLP Installation Mode: [e.g. msi, exe, winget] -**App Logs (required):** +**App logs (required):** Paste the full app session logs here **Additional context** diff --git a/.github/ISSUE_TEMPLATE/test_result.md b/.github/ISSUE_TEMPLATE/test_result.md new file mode 100644 index 0000000..ebaa505 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/test_result.md @@ -0,0 +1,31 @@ +--- +name: Test result +about: Share your test results +title: "[TEST RESULT]" +labels: test result +assignees: neosubhamoy + +--- + +**Describe the result** +A clear and concise description of what's the final result of your testing. + +**Did you noticed any problem?** +Mention if you noticed any problems or inconsistencies during the testing + +**Screenshots** +If applicable, add screenshots to help explain the results. + +**What's working (required):** + - [ ] Package installation + - [ ] Downloads + - [ ] Settings and configurations + - [ ] Browser integration + +**Test environment (required):** + - OS: [e.g. Windows 11] + - OS Architecture: [e.g. x64] + - OS Version: [e.g. 25H2 26200.6899] + - NeoDLP Version: [e.g. 0.3.1] + - YT-DLP Version: [e.g. 2025.10.18.232824] + - NeoDLP Installation Mode: [e.g. msi, exe, winget]