Update issue templates#2
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Issue Template for bug reports to standardize the information collected when users file issues in this repository.
Changes:
- Introduces a new
.github/ISSUE_TEMPLATE/bug_report.mdtemplate with common bug-report sections (repro steps, expected behavior, environment, etc.).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| If applicable, add screenshots to help explain your problem. | ||
|
|
||
| **Desktop (please complete the following information):** | ||
| - OS: [e.g. iOS] |
There was a problem hiding this comment.
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.
| - OS: [e.g. iOS] | |
| - OS: [e.g. Windows, macOS, Linux] |
| - 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] |
There was a problem hiding this comment.
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] |
| - Version [e.g. 22] | ||
|
|
||
| **Smartphone (please complete the following information):** | ||
| - Device: [e.g. iPhone6] |
There was a problem hiding this comment.
In the Smartphone section, the device example "iPhone6" looks like a typo/inconsistent formatting compared to typical device names. Consider "iPhone 6" for clarity.
| - Device: [e.g. iPhone6] | |
| - Device: [e.g. iPhone 6] |
| **Smartphone (please complete the following information):** | ||
| - Device: [e.g. iPhone6] | ||
| - OS: [e.g. iOS8.1] | ||
| - Browser [e.g. stock browser, safari] |
There was a problem hiding this comment.
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] |
No description provided.