Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Development Policy

1. Please avoid making changes to the user interface (e.g., function and class names, input arguments, and output types) that could break client project builds. If such modifications are absolutely necessary, provide a clear explanation in the PR.

2. Whenever possible, please break down the pull request to focus on a single topic. This will improve the review speed and quality.

This policy may be removed from the PR description once you've read it.
Loading