mirror of
https://github.com/alibaba/higress.git
synced 2026-02-28 22:50:57 +08:00
Change-Id: I3f578b11e29e018a746a9530d2995fec99eabb4b Co-developed-by: Cursor <noreply@cursor.com>
52 lines
1.6 KiB
Markdown
52 lines
1.6 KiB
Markdown
<!-- Please make sure you have read and understood the contributing guidelines -->
|
||
|
||
## Ⅰ. Describe what this PR did
|
||
|
||
|
||
## Ⅱ. Does this pull request fix one issue?
|
||
<!-- If that, add "fixes #xxx" below in the next line, for example, fixes #97. -->
|
||
|
||
|
||
## Ⅲ. Why don't you add test cases (unit test/integration test)?
|
||
|
||
|
||
## Ⅳ. Describe how to verify it
|
||
|
||
|
||
## Ⅴ. Special notes for reviews
|
||
|
||
|
||
## Ⅵ. AI Coding Tool Usage Checklist (if applicable)
|
||
<!--
|
||
**IMPORTANT**: If you used AI Coding tools (e.g., Cursor, GitHub Copilot, etc.) to generate this PR, please check the following items.
|
||
PRs that don't meet these requirements will have **LOWER REVIEW PRIORITY** and we **CANNOT GUARANTEE** timely reviews.
|
||
|
||
If you did NOT use AI Coding tools, you can skip this section entirely.
|
||
-->
|
||
|
||
**Please check all applicable items:**
|
||
|
||
- [ ] **For new standalone features** (e.g., new wasm plugin or golang-filter plugin):
|
||
- [ ] I have created a `design/` directory in the plugin folder
|
||
- [ ] I have added the design document to the `design/` directory
|
||
- [ ] I have included the AI Coding summary below
|
||
|
||
- [ ] **For regular updates/changes** (not new plugins):
|
||
- [ ] I have provided the prompts/instructions I gave to the AI Coding tool below
|
||
- [ ] I have included the AI Coding summary below
|
||
|
||
### AI Coding Prompts (for regular updates)
|
||
<!-- Paste the prompts/instructions you provided to the AI Coding tool -->
|
||
|
||
|
||
### AI Coding Summary
|
||
<!--
|
||
AI Coding tool should provide a summary after completing the work, including:
|
||
- Key decisions made
|
||
- Major changes implemented
|
||
- Important considerations or limitations
|
||
-->
|
||
|
||
|
||
|