Description
Currently, the repository does not enforce a standardized Pull Request submission structure, which leads to inconsistent PR descriptions, missing issue references, lack of implementation details, and insufficient testing/documentation context from contributors.
To improve contribution quality, maintainability, and review efficiency, we need to introduce a dedicated Pull Request Template for the repository.
The template should:
- Standardize PR submissions across all contributors.
- Encourage proper issue linking and scoped implementations.
- Ensure contributors provide testing details and visual proofs where applicable.
- Reduce low-quality or incomplete PR submissions.
- Improve maintainers' review workflow and repository professionalism.
Requirements
Create the following file:
.github/pull_request_template.md
Description
Currently, the repository does not enforce a standardized Pull Request submission structure, which leads to inconsistent PR descriptions, missing issue references, lack of implementation details, and insufficient testing/documentation context from contributors.
To improve contribution quality, maintainability, and review efficiency, we need to introduce a dedicated Pull Request Template for the repository.
The template should:
Requirements
Create the following file: