Update issue templates - #40
Conversation
There was a problem hiding this comment.
Pull request overview
Adds GitHub issue templates to standardize how users file bugs and request features in the repository.
Changes:
- Added a Markdown-based Feature request issue template.
- Added a Markdown-based Bug report issue template with environment capture prompts.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/feature_request.md | Introduces a feature request template with problem/solution/alternatives/context prompts. |
| .github/ISSUE_TEMPLATE/bug_report.md | Introduces a bug report template with reproduction steps, expected behavior, and environment details. |
| - 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] |
There was a problem hiding this comment.
The "Browser" bullet in the Smartphone section is missing a colon after the field name, unlike the other bullets in the section. Adding the colon will keep the fields 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] | |
| - Version [e.g. 22] | |
| - 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] |
| 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 a mobile OS and conflicts with the section’s intent. Consider using a desktop OS example (e.g., Windows/macOS/Linux) to avoid confusing reporters.
| - OS: [e.g. iOS] | |
| - OS: [e.g. macOS, Windows, 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] | ||
| - Version [e.g. 22] |
There was a problem hiding this comment.
The "Browser" bullet is missing a colon after the field name, unlike the surrounding bullets (OS/Version). Adding the colon will make the template more consistent and easier to fill out.
| - 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] | |
| - 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] |
| - Version [e.g. 22] | ||
|
|
||
| **Smartphone (please complete the following information):** | ||
| - Device: [e.g. iPhone6] |
There was a problem hiding this comment.
Minor formatting: "iPhone6" should include a space (e.g., "iPhone 6") to match typical device naming and improve readability in reports.
| - Device: [e.g. iPhone6] | |
| - Device: [e.g. iPhone 6] |
|
|
||
| **Smartphone (please complete the following information):** | ||
| - Device: [e.g. iPhone6] | ||
| - OS: [e.g. iOS8.1] |
There was a problem hiding this comment.
Minor formatting: "iOS8.1" should include a space ("iOS 8.1") for readability and consistency with standard OS version formatting.
| - OS: [e.g. iOS8.1] | |
| - OS: [e.g. iOS 8.1] |
40bb7f6 to
5525827
Compare
No description provided.