From e2f4bc8e18abc365aa33d7b5f21d1c2f1150b913 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Tue, 17 Dec 2024 14:46:22 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(=5Ferr):=20standard=20valida?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 6808cc6..f590b5c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -20,42 +20,36 @@ body: label: Page URL description: The exact URL or page where the issue occurred. placeholder: e.g https://snigdhaos.org/ - required: true - + - type: textarea attributes: label: Description of the Issue description: Please describe the issue in detail. Include any error messages, broken features, or unexpected behavior. placeholder: Describe the issue in detail... - required: true - type: textarea attributes: label: Steps to Reproduce description: Please outline the steps to reproduce the issue. The more specific, the better! placeholder: Step 1: Do this, Step 2: Do that, etc. - required: true - type: input attributes: label: Expected Behavior description: What did you expect to happen instead of the issue? placeholder: e.g. The page should load without errors. - required: true - type: textarea attributes: label: Actual Behavior description: What actually happened? Please include any console logs, screenshots, or other relevant information. placeholder: Describe what happened... - required: true - type: input attributes: label: Browser Information description: Please provide the browser and version where the issue was noticed. placeholder: e.g Chrome 95.0 - required: true - type: checkboxes attributes: