Description
The repository currently lacks a dedicated Pull Request template. Contributors submit PRs in different formats, making reviews less efficient and sometimes omitting important information such as testing details, screenshots, or linked issues.
Proposed Solution
Add a .github/pull_request_template.md file containing sections such as:
- Description
- Related Issue
- Type of Change
- Testing Performed
- Screenshots/Videos
- Checklist
Benefits
- Consistent PR submissions
- Faster review process
- Better documentation of changes
- Improved contributor experience
- Reduced likelihood of missing information
Expected Outcome
Every pull request follows a standardized structure, making it easier for maintainers to review, test, and merge contributions.
Description
The repository currently lacks a dedicated Pull Request template. Contributors submit PRs in different formats, making reviews less efficient and sometimes omitting important information such as testing details, screenshots, or linked issues.
Proposed Solution
Add a
.github/pull_request_template.mdfile containing sections such as:Benefits
Expected Outcome
Every pull request follows a standardized structure, making it easier for maintainers to review, test, and merge contributions.