z-ai-sdk-java/.github/PULL_REQUEST_TEMPLATE.md
tomsun28 285baa7082
fix: connect the environment in release action (#2)
* bugfix: fix the release action

* bugfix: fix the release action

* bugfix: fix the release action

* bugfix: fix the release action

* bugfix: fix the release action
2025-07-14 10:07:57 +08:00

20 lines
647 B
Markdown

# Description
<!-- Thanks for opening a Pull Request, Describe Your PR Here -->
## Checklist
<!-- Before submitting your PR, there are a few things you can do to make sure it goes smoothly: -->
- [ ] Follow the [`CONTRIBUTING` Guide](https://github.com/THUDM/z-ai-sdk-java/blob/main/CONTRIBUTING.md).
- [ ] Make your Pull Request title in the <https://www.conventionalcommits.org/> specification.
- [ ] Ensure the tests pass (Run `mvn clean test` from the repository root)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number>
## Add or Update API
- [ ] I have added the necessary test case and all cases have passed.