mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 03:44:02 +08:00
AI: Update the pr diff guideline for augment code.
This commit is contained in:
@@ -104,3 +104,11 @@ testing:
|
||||
HELPER_EXPECT_SUCCESS(some_function_that_should_succeed());
|
||||
HELPER_EXPECT_FAILED(some_function_that_should_fail());
|
||||
}
|
||||
|
||||
code_review:
|
||||
github_pull_requests:
|
||||
- When reviewing or understanding GitHub pull requests, use the diff URL to get the code changes
|
||||
- Format: https://patch-diff.githubusercontent.com/raw/ossrs/srs/pull/{PR_NUMBER}.diff
|
||||
- Example: For PR #4289, access https://patch-diff.githubusercontent.com/raw/ossrs/srs/pull/4289.diff
|
||||
- This provides the raw diff showing all changes made in the pull request
|
||||
- Use web-fetch tool to retrieve and analyze the diff content
|
||||
|
||||
Reference in New Issue
Block a user