mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
a9a752af23
* docs: update README.md with manifest versioning details and enhance setup.py field descriptions for version compatibility * docs: enhance README.md with manifest versioning details and update Python SDK README for version constraints
17 lines
858 B
Markdown
17 lines
858 B
Markdown
# Pull Request Checklist
|
|
|
|
Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:
|
|
|
|
## Compatibility Check
|
|
|
|
- [ ] I have checked whether this change affects the **backward compatibility** of the plugin declared in `README.md`
|
|
- [ ] I have checked whether this change affects the **forward compatibility** of the plugin declared in `README.md`
|
|
- [ ] If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the `README.md`
|
|
- [ ] I have described the compatibility impact and the corresponding version number in the PR description
|
|
- [ ] I have checked whether the plugin version is updated in the `README.md`
|
|
|
|
## Available Checks
|
|
|
|
- [ ] Code has passed local tests
|
|
- [ ] Relevant documentation has been updated (if necessary)
|