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
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

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

**To Reproduce**
Steps to reproduce the behavior:
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.

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

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the Desktop section, the OS example is set to iOS, which is not a desktop OS. Consider using examples like Windows/macOS/Linux to avoid confusing reporters.

Suggested change
- OS: [e.g. iOS]
- OS: [e.g. Windows, macOS, Linux]

Copilot uses AI. Check for mistakes.
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the Smartphone section, the device example "iPhone6" looks like a typo/inconsistent formatting compared to typical device names. Consider "iPhone 6" for clarity.

Suggested change
- Device: [e.g. iPhone6]
- Device: [e.g. iPhone 6]

Copilot uses AI. Check for mistakes.
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
Comment on lines +28 to +34
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Desktop bullet list is missing a colon after "Browser" (unlike the OS/Version lines). Adding the colon improves readability and keeps the list formatting consistent.

Suggested change
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Browser: [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser: [e.g. stock browser, safari]

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Smartphone bullet list is missing a colon after "Browser" (unlike the Device/OS/Version lines). Adding the colon keeps the formatting consistent and easier to fill in.

Suggested change
- Browser [e.g. stock browser, safari]
- Browser: [e.g. stock browser, safari]

Copilot uses AI. Check for mistakes.
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.