Skip to content

docs(contributing): add contribution workflow#335

Merged
WH-2099 merged 1 commit into
mainfrom
docs/contributing-guide
May 20, 2026
Merged

docs(contributing): add contribution workflow#335
WH-2099 merged 1 commit into
mainfrom
docs/contributing-guide

Conversation

@WH-2099
Copy link
Copy Markdown
Member

@WH-2099 WH-2099 commented May 20, 2026

Closes #334

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

Compatibility impact: no SDK API, manifest, plugin runtime, or package compatibility impact. No version update is required.

Available Checks

  • just build has passed
  • Relevant documentation has been updated (if necessary)

Additional validation:

  • just dev passed
  • just test passed: 87 passed, 1 skipped
  • git diff --cached --check passed before commit
  • Full just check is blocked locally by unrelated untracked directories that are not part of this change.

@WH-2099 WH-2099 self-assigned this May 20, 2026
@WH-2099 WH-2099 marked this pull request as ready for review May 20, 2026 06:29
@WH-2099 WH-2099 enabled auto-merge (squash) May 20, 2026 06:34
@WH-2099 WH-2099 merged commit 9e3bd1d into main May 20, 2026
4 checks passed
@WH-2099 WH-2099 deleted the docs/contributing-guide branch May 20, 2026 06:35
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a comprehensive CONTRIBUTING.md guide for the Dify Plugin SDK, detailing development setup, testing procedures, and commit standards. Additionally, the justfile was updated to automatically install prek git hooks during the development environment setup. I have no feedback to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(contributing): document contribution workflow

2 participants