[PR #704] [MERGED] docs: Update pull_request_template.md #1503

Closed
opened 2026-02-16 10:23:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/704
Author: @fdb02983rhy
Created: 4/11/2025
Status: Merged
Merged: 4/14/2025
Merged by: @crazywoola

Base: mainHead: Refactor-pull-request-template-for-clarity-and-organization


📝 Commits (10+)

  • 81cff1e Update pull_request_template.md
  • abc4b6d Update pull_request_template.md
  • 68e38b5 Update pull_request_template.md
  • ccfde80 Update pull_request_template.md
  • 815ee89 Update pull_request_template.md
  • 9c272e1 Update pull_request_template.md
  • ae008de Update pull_request_template.md
  • edc47a7 Update pull_request_template.md
  • 204544b Update pull_request_template.md
  • 6d50527 Update pull_request_template.md

📊 Changes

1 file changed (+64 additions, -65 deletions)

View changed files

📝 .github/pull_request_template.md (+64 -65)

📄 Description

Related Issues or Context

  • Added a note directing community contributions to a separate repository.
  • Streamlined checklists for non-plugin and plugin changes.
  • Clarified checklists for LLM-related functionalities (e.g., message flow, multimodal input/output, structured formats).
  • Emphasized version bumping in Manifest.yaml with detailed guidelines for versioning.
  • Simplified testing instructions for local and SaaS environments with clearer requirements.

This PR contains Changes to Non-Plugin

  • Documentation
  • Other

This PR contains Changes to Non-LLM Models Plugin

  • I have Run All Tests Relevant to My Changes

This PR contains Changes to LLM Models Plugin

  • My Changes Affect Message Flow Handling (System Messages and User→Assistant Turn-Taking)
  • My Changes Affect Tool Interaction Flow (Multi-Round Usage and Output Handling, for both Agent App and Agent Node)
  • My Changes Affect Multimodal Input Handling (Images, PDFs, Audio, Video, etc.)
  • My Changes Affect Multimodal Output Generation (Images, Audio, Video, etc.)
  • My Changes Affect Structured Output Format (JSON, XML, etc.)
  • My Changes Affect Token Consumption Metrics
  • My Changes Affect Other LLM Functionalities (Reasoning Process for Claude, Grounding for Gemini, etc.)
  • Other Changes (Add New Models, etc.)

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

  • I have Bumped Up the Version in Manifest.yaml (Top-Level Version Field, Not in Meta Section)

Environment Verification (If Any Code Changes)

Local Deployment Environment

  • I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration. Dify Version is:

SaaS Environment

  • I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/704 **Author:** [@fdb02983rhy](https://github.com/fdb02983rhy) **Created:** 4/11/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `Refactor-pull-request-template-for-clarity-and-organization` --- ### 📝 Commits (10+) - [`81cff1e`](https://github.com/langgenius/dify-official-plugins/commit/81cff1ea980e1bd7b7e19f9dde25771edab79d83) Update pull_request_template.md - [`abc4b6d`](https://github.com/langgenius/dify-official-plugins/commit/abc4b6d972c913b232fe7cd8c05edf970495b73d) Update pull_request_template.md - [`68e38b5`](https://github.com/langgenius/dify-official-plugins/commit/68e38b5509b2dcf482be7f85f5a7f78afee05829) Update pull_request_template.md - [`ccfde80`](https://github.com/langgenius/dify-official-plugins/commit/ccfde801d2b85df197df4de5583f08d814e271fd) Update pull_request_template.md - [`815ee89`](https://github.com/langgenius/dify-official-plugins/commit/815ee892f5ab4e595ecd4816f3a2578304b2f84c) Update pull_request_template.md - [`9c272e1`](https://github.com/langgenius/dify-official-plugins/commit/9c272e1194c2f522011e288c714e42fbc233a33e) Update pull_request_template.md - [`ae008de`](https://github.com/langgenius/dify-official-plugins/commit/ae008ded226ab0020a2c4c0aa80e07f5fad8ece1) Update pull_request_template.md - [`edc47a7`](https://github.com/langgenius/dify-official-plugins/commit/edc47a7ae7262ceb606b9b290f5846ec24fef199) Update pull_request_template.md - [`204544b`](https://github.com/langgenius/dify-official-plugins/commit/204544bac5aa66c4815646746985ab51d2f537e1) Update pull_request_template.md - [`6d50527`](https://github.com/langgenius/dify-official-plugins/commit/6d50527cbe96bf9af213488ad05159df4482ccab) Update pull_request_template.md ### 📊 Changes **1 file changed** (+64 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+64 -65) </details> ### 📄 Description ## Related Issues or Context <!-- ⚠️ NOTE: This repository is for Dify Official Plugins only. For community contributions, please submit to https://github.com/langgenius/dify-plugins instead. - Link Related Issues if Applicable: #issue_number - Or Provide Context about Why this Change is Needed --> - Added a note directing community contributions to a separate repository. - Streamlined checklists for non-plugin and plugin changes. - Clarified checklists for LLM-related functionalities (e.g., message flow, multimodal input/output, structured formats). - Emphasized version bumping in Manifest.yaml with detailed guidelines for versioning. - Simplified testing instructions for local and SaaS environments with clearer requirements. ## This PR contains Changes to *Non-Plugin* <!-- Put an `x` in all the boxes that apply by replacing [ ] with [x] For example: - [x] Documentation --> - [x] Documentation - [ ] Other ## This PR contains Changes to *Non-LLM Models Plugin* - [ ] I have Run All Tests Relevant to My Changes <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> ## This PR contains Changes to *LLM Models Plugin* <!-- LLM Models Test Example: --> <!-- https://github.com/langgenius/dify-official-plugins/blob/main/.assets/test-examples/llm-plugin-tests/llm_test_example.md --> - [ ] My Changes Affect Message Flow Handling (System Messages and User→Assistant Turn-Taking) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Tool Interaction Flow (Multi-Round Usage and Output Handling, for both Agent App and Agent Node) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Multimodal Input Handling (Images, PDFs, Audio, Video, etc.) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Multimodal Output Generation (Images, Audio, Video, etc.) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Structured Output Format (JSON, XML, etc.) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Token Consumption Metrics <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Other LLM Functionalities (Reasoning Process for Claude, Grounding for Gemini, etc.) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] Other Changes (Add New Models, etc.) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) - [ ] I have Bumped Up the Version in Manifest.yaml (Top-Level `Version` Field, Not in Meta Section) <!-- ⚠️ NOTE: Version Format: MAJOR.MINOR.PATCH - MAJOR (0.x.x): Reserved for Significant architectural changes or incompatible API modifications - MINOR (x.0.x): For New feature additions while maintaining backward compatibility - PATCH (x.x.0): For Backward-compatible bug fixes and minor improvements - Note: Each Version Component (MAJOR, MINOR, PATCH) Can Be 2 Digits, e.g., 10.11.22 --> ## Environment Verification (If Any Code Changes) <!-- ⚠️ NOTE: At Least One Environment Must Be Tested. --> ### Local Deployment Environment - [ ] I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration. Dify Version is: <!-- Specify Your Version (e.g., 1.2.0) --> <!-- - Python Virtual Env Matching Manifest.yaml & requirements.txt - No Breaking Changes in Dify That May Affect the Testing Result --> ### SaaS Environment - [ ] I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration <!-- - Python Virtual Env Matching Manifest.yaml & requirements.txt --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:23:08 -05:00
yindo closed this issue 2026-02-16 10:23:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1503