This PR improves the bug report template to create a more standardized format for contributors. The goal is to streamline the documentation of bug reports, making it easier for contributors to report issues consistently and for maintainers to troubleshoot effectively. Changes include clearer instructions and additional fields for screenshots and environment details.
Fixes #61
Type of Change
Check the relevant option(s):
[x] Bug fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (change that affects existing functionality)
[ ] Documentation update (changes to documentation only)
[ ] Chore (cleanup or minor improvement that does not alter functionality)
Checklist
[x] My code follows the project's style guidelines.
[x] I have performed a self-review of my code.
[x] I have commented on my code, especially in hard-to-understand areas.
[x] I have made corresponding updates to the documentation.
[x] My changes produce no new warnings or errors.
[x] I have added tests to verify my fix or feature.
[x] All new and existing unit tests pass locally with my changes.
Screenshots (if applicable)
N/A
Additional Information
This PR is part of the larger effort to improve documentation and standardize templates for contributors. This update includes more descriptive prompts for each section to make the bug report process more intuitive for new contributors.
Pull Request Template
Description
This PR improves the bug report template to create a more standardized format for contributors. The goal is to streamline the documentation of bug reports, making it easier for contributors to report issues consistently and for maintainers to troubleshoot effectively. Changes include clearer instructions and additional fields for screenshots and environment details.
Fixes #61
Type of Change
Check the relevant option(s):
Checklist
Screenshots (if applicable)
N/A
Additional Information
This PR is part of the larger effort to improve documentation and standardize templates for contributors. This update includes more descriptive prompts for each section to make the bug report process more intuitive for new contributors.