From 6f78645d7cd2b23ff6706fa035fd41009a96ef91 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Sat, 22 Mar 2025 20:39:30 +0100 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/frontend_report.yml --- .github/ISSUE_TEMPLATE/frontend_report.yml | 75 ---------------------- 1 file changed, 75 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/frontend_report.yml diff --git a/.github/ISSUE_TEMPLATE/frontend_report.yml b/.github/ISSUE_TEMPLATE/frontend_report.yml deleted file mode 100644 index 2871c97..0000000 --- a/.github/ISSUE_TEMPLATE/frontend_report.yml +++ /dev/null @@ -1,75 +0,0 @@ -name: "🌐 Website Issue Report" -description: Report an issue, an optimization request or an documentation issue specifically related to the website. -labels: "website" - -body: - - type: markdown - attributes: - value: | - **IMPORTANT:** Failure to comply with the following guidelines may result in immediate closure. - - Prior to submitting, kindly search the closed issues to check if the problem you are reporting has already been addressed and resolved. If you come across a closed issue that pertains to your problem, please leave a comment on that issue instead of creating a new one. - - If the problem is related to a bug in the website, kindly check for browser compatibility and ensure the issue occurs in multiple browsers before submitting. - - For suggestions, questions, or feature requests, please use the [Discussions section.](https://github.com/community-scripts/ProxmoxVED/discussions) - - - type: input - id: guidelines - attributes: - label: Please verify that you have read and understood the guidelines. - placeholder: 'yes' - validations: - required: true - - - type: dropdown - id: issue_type - validations: - required: true - attributes: - label: What type of issue is this? - options: - - - - Bug - - Optimization - - Documentation - - Other - - - type: textarea - id: bug_description - attributes: - label: A clear and concise description of the issue. - validations: - required: true - - - type: dropdown - id: browser - validations: - required: true - attributes: - label: Which browser are you using? - options: - - - - Chrome - - Firefox - - Safari - - Edge - - Other - - - type: markdown - attributes: - value: | - **If the issue is browser-related**, please provide information on the version and platform (Windows, MacOS, Linux, etc.). - - - type: textarea - id: screenshot - attributes: - label: If relevant, including screenshots or a code block can be helpful in clarifying the issue. - placeholder: "Code blocks begin and conclude by enclosing the code with three backticks (```) above and below it." - validations: - required: false - - - type: textarea - id: reproduce - attributes: - label: Please provide detailed steps to reproduce the issue. - placeholder: "First do this, then this ..." - validations: - required: false