[feat]: Request for PR and Issue Templates
I'd like to request the implementation of Pull Request (PR) and Issue templates for our repository. These templates would help streamline collaboration and communication by providing consistent guidelines and structures.
Pull Request (PR) Templates: Having a PR template in place would ensure that contributors include essential details when submitting code changes. The template could include sections for describing the changes, providing an overview, linking related issues, and listing testing steps.
Issue Templates: Issue templates would guide contributors to provide necessary information when creating new issues. This could include predefined categories like bug reports, feature requests, and enhancements, each with relevant fields to capture important context.
Benefits:
- Consistency: Templates would standardize information, reducing confusion for both contributors and maintainers.
- Efficiency: Clear information would enhance code reviews and issue triaging.
- User-Friendly: Contributors, especially new ones, would find it easier to follow the guidelines.
Proposed Implementation:
To implement these templates, we can leverage GitHub's built-in feature for custom templates. Markdown files would be added to the .github directory in the repository.
Good idea! Do you want to create a first draft and submit a PR?
Good idea! Do you want to create a first draft and submit a PR?
I'd love to 😊🚀
At the moment I prefer not to have templates, but I may change my mind in the long run. I am closing this issue but keeping the PR open for now.