From 8b9c6ddabe276c73c74784c4d68e32c264ee1857 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:13:16 +0530 Subject: [PATCH] Update report-bug.md --- .github/ISSUE_TEMPLATE/report-bug.md | 78 +++++++++++++++------------- 1 file changed, 41 insertions(+), 37 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report-bug.md b/.github/ISSUE_TEMPLATE/report-bug.md index 5f0be36..320622d 100644 --- a/.github/ISSUE_TEMPLATE/report-bug.md +++ b/.github/ISSUE_TEMPLATE/report-bug.md @@ -1,41 +1,45 @@ ---- -name: 🐛 Report Bug -about: Help us to improve Snigdha OS! -title: 'Report Bug' -labels: bug -assignees: eshanized ---- + 2. Step 2... + 3. Step 3... + validations: + required: true -**DESCRIPTION(Required):** + - type: textarea + attributes: + label: Expected behavior + description: | + How did you expect your project to behave? It’s fine if you’re not sure your understanding is correct. Write down what you thought would happen. + placeholder: Write what you thought would happen. + validations: + required: true -A clear and concise description of what the bug is. + - type: textarea + attributes: + label: Actual behavior + description: | + Did something go wrong? Is something broken, or not behaving as you expected? + Describe this section in detail, and attach screenshots if possible. Don't only say "it doesn't work"! + Please submit exhaustive and complete log messages (we also need the error stack-traces, not just the message). + > Please read error messages carefully: it often tells you exactly what you are doing wrong. + placeholder: Write what happened. Add full console log messages and screenshots, if applicable. + validations: + required: true -**To Reproduce** + - type: textarea + attributes: + label: Your environment + description: Include as many relevant details about the environment you experienced the bug in. + value: | + - Public source code: + - Public site URL: + - Docusaurus version used: + - Environment name and version (e.g. Chrome 89, Node.js 16.4): + - Operating system and version (e.g. Ubuntu 20.04.2 LTS): -Steps to reproduce the behavior what you are fetching: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** - -A clear and concise description of what you expected to happen. - -**Actual behavior** - -A clear and concise description of what is happening. - -**Screenshots** - -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - - OS: [e.g. Snigdha OS] - - Build ID: [e.g. ARCTIC] - - Version: [e.g. 5.0] - -**Additional context** - -Add any other context about the problem here. + - type: checkboxes + attributes: + label: Self-service + description: | + If you feel like you could contribute to this issue, please check the box below. This would tell us and other people looking for contributions that someone's working on it. + If you do check this box, please send a pull request within 7 days so we can still delegate this to someone else. + options: + - label: I'd be willing to fix this bug myself