Add - Issue templates

This commit is contained in:
Elwador 2024-07-28 13:52:15 +02:00 committed by GitHub
parent 5fc2d207e9
commit 65deb5180d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View File

@ -0,0 +1,24 @@
---
name: Bug
about: File a bug report
title: "[Bug]"
labels: bug
assignees: ''
---
Before you open a new issue, please make sure you have done the following:**
1. **Search Closed Issues**
- Have you checked the closed issues to see if your problem has already been addressed? Many common issues and solutions can be found there.
- [Search Closed Issues](https://github.com/Crunchy-DL/Crunchy-Downloader/issues?q=is%3Aissue+is%3Aclosed)
2. **Check the Wiki and Discussions**
- The [Wiki](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki).
- The [Discussions](https://github.com/Crunchy-DL/Crunchy-Downloader/discussions) section is a great place to see if others have encountered and solved similar issues.
3. **Enable Log Mode and Check for Errors**
- If the program displays an error or behaves unexpectedly, please enable log mode and check the logs for any error messages. Include these logs when you submit your issue.
4. **Check the Windows Event Log (if the program crashes)**
- If the program crashes, please check the Windows Event Log for any related error messages and include that information in your issue report.