From 4bc351de277ba0454af4fa261b01797b6be6ef5c Mon Sep 17 00:00:00 2001 From: ashley Date: Fri, 2 Aug 2024 18:34:31 +0000 Subject: [PATCH] update issue template --- issue_template/general-issue.yml | 60 ++++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/issue_template/general-issue.yml b/issue_template/general-issue.yml index 9af7b74..da7dc3d 100644 --- a/issue_template/general-issue.yml +++ b/issue_template/general-issue.yml @@ -1,31 +1,31 @@ -name: General issue -description: This is an issue with Poke not related to the video player -title: "[Bug]: " -labels: ["bug"] -body: - - type: markdown - attributes: - value: | - > [!WARNING] - > Please check if the issue already exists before creating it! - - type: textarea - id: describe - attributes: - label: Describe the issue - placeholder: In detail, what happened? - validations: - required: true - - type: input - id: browser - attributes: - label: What browser and OS are you using? - description: eg. Chrome on Windows 10, Firefox on Fedora 40 - validations: - required: true - - type: textarea - id: logs - render: true - attributes: - render: true - label: Error logs +name: General issue +description: This is an issue with Poke not related to the video player +title: "[Bug]: " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + > [!WARNING] + > Please check if the issue already exists before creating it! [u will explod if it already exists] + - type: textarea + id: describe + attributes: + label: Describe the issue + placeholder: In detail, what happened? + validations: + required: true + - type: input + id: browser + attributes: + label: What browser and OS are you using? + description: eg. Chrome on Windows 10, Firefox on Fedora GNU/Linux 40 + validations: + required: true + - type: textarea + id: logs + render: true + attributes: + render: true + label: Error logs placeholder: If any, are there error logs in your browser console? \ No newline at end of file