Files
dify-plugins/.github/pull_request_template.md
Crazywoola 4e956d59a1 Add PR risk labeling workflow (#2669)
* Add PR risk labeling workflow

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-07 16:32:25 +08:00

55 lines
2.0 KiB
Markdown

# Plugin Submission
## Plugin information
- **Author**:
- **Plugin name**:
- **Version**:
- **Source repository**:
- **Contact**:
## Submission type
- [ ] New plugin
- [ ] Version update
## What changed
<!-- Briefly describe what the plugin does or what changed in this version. -->
## Risk level
- [ ] Low risk
- [ ] Medium risk
- [ ] High risk
<!-- Select one based on the risk classification in docs/plugin-submission-requirements.md. -->
## Required checks
- [ ] I have read and followed the [Marketplace submission requirements](https://github.com/langgenius/dify-plugins/blob/main/docs/plugin-submission-requirements.md).
- [ ] I have read and comply with the Plugin Developer Agreement.
- [ ] I tested this plugin on Dify Community Edition and Dify Cloud, or documented any limitation below.
- [ ] The package contains only files needed at runtime.
- [ ] The package does not contain secrets, local credentials, `.env` files, `.git` directories, virtual environments, caches, logs, or IDE files.
- [ ] The package does not contain executables or bundled binaries, or I explained why they are required below.
- [ ] The plugin README includes setup steps, usage instructions, required APIs or credentials, connection requirements, and the source repository link.
- [ ] The plugin includes `PRIVACY.md` or a hosted privacy policy, and `manifest.yaml` references it.
- [ ] All user-facing text is primarily in English, with any localized README files following the [i18n guidance](https://docs.dify.ai/en/develop-plugin/features-and-specs/plugin-types/multilingual-readme).
## Security and privacy notes
<!--
List any sensitive capability, such as command execution, code execution, SQL, SSH/SFTP,
browser automation, file operations, arbitrary URL fetching, proxying, or handling health,
financial, biometric, children, or other sensitive data. Write "None" if not applicable.
-->
## Local validation
<!-- Paste the commands you ran and the result. -->
## Reviewer notes
<!-- Optional: migration notes, known limitations, binary/package exceptions, or breaking changes. -->