Top

Pull Request Creation Policy

This document summarizes the guidelines for creating Pull Requests (PRs). The goals are to ensure smooth reviews and maintain code quality.

Table of Contents


PR Granularity

Keep PRs as small as possible.

PR Structure (How to Write an Overview)

Explain “What,” “Why,” and “How” you changed the code so reviewers can understand the PR immediately.

Title

Body

Using the following template is recommended.

Testing and Evidence

Provide test results to prove that the changes work correctly.

Points to Note When Requesting Reviews

Be mindful of the reviewer’s experience so they can approve with minimal cost and maximum confidence.


Related Documents: