From 3a2300933145b51a352f2e995d7acd30946b9910 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Tue, 17 Dec 2024 14:42:23 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat(=5Fbug):=20add=20report?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yaml | 78 +++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yaml diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 0000000..59f1060 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -0,0 +1,78 @@ +name: 🐞 Report Bug in Snigdha OS Web Dev +description: Help us improve the Snigdha OS Web Development experience by reporting any issues. +labels: [bug] +assignees: [eshanized, alokified] +body: + - type: markdown + attributes: + value: | + ## 📝 Issue Details + + Thank you for reporting an issue in the Snigdha OS Web Dev repository! Please provide as much detail as possible to help us resolve the issue efficiently. + + - **Is this issue reproducible?** Yes / No + - **Can you provide steps to reproduce the issue?** + - **What browser and version are you using?** + - **Are you using any specific device or screen resolution?** + + - type: input + attributes: + 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: + label: Self-service + description: If you think you could contribute a fix for this bug, please check the box below. + options: + - label: I'd be willing to fix this bug myself. + - label: I have tested my solution. + + - type: input + attributes: + label: Your GitHub Username + description: If you'd like us to acknowledge your contribution, provide your GitHub username. + placeholder: e.g johndoe + + - type: textarea + attributes: + label: Additional Comments + description: Add any other relevant information, screenshots, or logs that could help us resolve the issue faster. + placeholder: Add anything else that may be relevant...