Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 50 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,65 @@
---
name: Bug report
about: Create a report to help us improve
about: Report a bug to help us improve
title: ''
labels: ''
labels: 'bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
## Description

<!-- Provide a clear and concise description of the bug. -->

## How To Reproduce

**To Reproduce**
Steps to reproduce the behavior:
<!-- Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
4. See error -->

## Expected behavior

<!-- Describe what you expected to happen. -->

## Screenshots

<!-- If applicable, add screenshots to help explain the issue -->

## Environment

### Desktop

**Expected behavior**
A clear and concise description of what you expected to happen.
- **Operating System:** [e.g., Windows, macOS, Linux]
- **Browser:** [e.g., Chrome, Safari, Firefox]
- **Version:** [e.g., v1.0.0]

**Screenshots**
If applicable, add screenshots to help explain your problem.
### Smartphone

- **Device:** [e.g., iPhone 6]
- **OS:** [e.g., iOS 8.1]
- **Browser:** [e.g., stock browser, Safari]
- **Version:** [e.g., v1.0.0]

## Console Errors

<!-- Attach screenshots of console errors if available to provide more context. -->

## Additional context (if any)

<!-- Add any other context about the problem here. -->

## Checklist

- [ ] I have read and followed the project's Code of Conduct.
- [ ] I have searched for similar issues before creating this one.
- [ ] I have provided sufficient details to understand and reproduce the issue.I have provided all the necessary information to understand and reproduce the issue.
- [ ] I am willing to help resolve this issue.

---

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Thank you for reporting this issue! Your contributions help us improve the project.

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
📚 **See:** [Contributing Guide](https://github.com/sugarlabs/www-v2/blob/main/docs/CONTRIBUTING.md).

**Additional context**
Add any other context about the problem here.
🙋🏾🙋🏼 Need help? Join our [Community Matrix Server](https://matrix.to/#/#sugarlabs-web:matrix.org).
Loading