From d39d07a4a5879095c5bc29e4179743176893debd Mon Sep 17 00:00:00 2001 From: Elwador <75888166+Elwador@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:13:30 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug.md | 24 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 18 ----------------- 2 files changed, 42 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md deleted file mode 100644 index ddb1899..0000000 --- a/.github/ISSUE_TEMPLATE/bug.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -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 (.NET runtime) and include that information in your issue report. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 04e83aa..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[Feature]" -labels: enhancement -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 Feature request has already been addressed - - [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.