From d4509c851309273b7a77e312bcc3a6a313f2f252 Mon Sep 17 00:00:00 2001 From: Shahm Najeeb Date: Wed, 30 Oct 2024 12:02:14 +0400 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/website_bug_report.yml --- .github/ISSUE_TEMPLATE/website_bug_report.yml | 60 ------------------- 1 file changed, 60 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/website_bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/website_bug_report.yml b/.github/ISSUE_TEMPLATE/website_bug_report.yml deleted file mode 100644 index bda73968..00000000 --- a/.github/ISSUE_TEMPLATE/website_bug_report.yml +++ /dev/null @@ -1,60 +0,0 @@ -name: Report a bug in the website -description: Tell us about a bug or issue you experianced in the website. -title: "Provide a general summary of the website issue" -labels: ["progress:Unreviewed", "type:Website"] -assignees: "DefinetlyNotAI" -body: - - type: checkboxes - attributes: - label: Prerequisites - description: Take a couple minutes to help our maintainers work faster. - options: - - label: I have [searched](https://github.com/DefinetlyNotAI/Logicytics/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues. - required: true - - label: I have read the [contributing guidelines](https://github.com/DefinetlyNotAI/Logicytics/blob/main/CONTRIBUTING.md). - required: true - - type: textarea - id: describe - attributes: - label: Describe the issue - description: Provide a summary of the issue and what you expected to happen, including specific steps to reproduce. - validations: - required: true - - type: textarea - id: extra_info - attributes: - label: Anything else? - description: Include anything you deem important, include screenshots, video's etc. - validations: - required: false - - type: dropdown - id: page - attributes: - label: Select the page url where you experianced the issue. - multiple: true - options: - - Home Page - - Wiki Pages - - Roadmap - - N/A - - type: dropdown - id: browser - attributes: - label: Select the browser you used - multiple: false - options: - - Google Chrome - - Opera/Opera GX - - Microsoft Edge - - Firefox - - Other - - type: dropdown - id: device - attributes: - label: Select the device you used - multiple: false - options: - - Computer/Laptop - - Ipad/Tablet - - Phone - - Other