-
Notifications
You must be signed in to change notification settings - Fork 78
Update issue templates #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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] | ||||||||||||||||||||||||||||||||||
| - Browser [e.g. chrome, safari] | ||||||||||||||||||||||||||||||||||
| - Version [e.g. 22] | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| **Smartphone (please complete the following information):** | ||||||||||||||||||||||||||||||||||
| - Device: [e.g. iPhone6] | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
| - Device: [e.g. iPhone6] | |
| - Device: [e.g. iPhone 6] |
Copilot
AI
Mar 7, 2026
There was a problem hiding this comment.
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.
| - 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
AI
Mar 7, 2026
There was a problem hiding this comment.
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.
| - Browser [e.g. stock browser, safari] | |
| - Browser: [e.g. stock browser, safari] |
There was a problem hiding this comment.
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.