Merge pull request #2 from Snigdha-OS/eshanized-patch-1

Update report-bug.md
This commit is contained in:
Eshan Roy (Eshanized)
2024-04-13 00:13:38 +05:30
committed by GitHub

View File

@@ -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? Its fine if youre 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