Suggestion: Issue Templates for Feature Requests, Bug Reports and Pull Requests
I propose adding issue templates for feature requests and bug reports to enhance the issue tracking process. Below are template examples for both types of issues:
These templates aim to collect information in a structured manner, making it easier for contributors to submit issues effectively. It can provide a smoother issue tracking experience.
- Pull Request Template:
---
name: Pull Request
about: Submit changes for review
---
**Description**
Provide a brief description of the changes introduced by this pull request.
**Related Issue**
If there is an issue associated with this pull request, please reference it here.
**Type of Change**
- [ ] Bug fix
- [ ] New feature
- [ ] Enhancement
- [ ] Documentation update
**Checklist:**
- [ ] I have tested my changes thoroughly.
- [ ] My code follows the project's coding standards.
- [ ] I have added unit tests if applicable.
- [ ] Documentation is updated to reflect the changes.
**Additional context**
Add any additional context or information that would be helpful for reviewers.
**Screenshots**
If applicable, include screenshots or gifs showcasing the changes made.
**Reviewer Notes**
Any specific instructions for the reviewer or areas of focus.
This PR template aims to guide contributors in providing essential information for effective code review. Consider adding it to streamline the contribution process. Thank you!
Suggestion: Issue Templates for Feature Requests, Bug Reports and Pull Requests
I propose adding issue templates for feature requests and bug reports to enhance the issue tracking process. Below are template examples for both types of issues:
Feature Request Template:
Bug Report Template:
These templates aim to collect information in a structured manner, making it easier for contributors to submit issues effectively. It can provide a smoother issue tracking experience.
This PR template aims to guide contributors in providing essential information for effective code review. Consider adding it to streamline the contribution process. Thank you!