[PR #330] [MERGED] feat(pull_request_template): add fields for author, name, and repository url #820

Closed
opened 2026-02-22 17:39:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/330
Author: @kurokobo
Created: 4/13/2025
Status: Merged
Merged: 4/14/2025
Merged by: @crazywoola

Base: mainHead: pr-template


📝 Commits (2)

  • 8f216ff feat(pull_request_template): add fields for author, name, and repository url
  • 052417c feat(pull_request_template): add a checkbox to ensure that the README has a link to the repository

📊 Changes

1 file changed (+24 additions, -5 deletions)

View changed files

📝 .github/pull_request_template.md (+24 -5)

📄 Description

Changes

This PR adds following fields to .github/pull_request_template.md:

  • Plugin Author
  • Plugin Name
  • Repository URL

and add a checkbox to ensure that the README has a link to the repository.

image

The current difypkg file does not contain information that identifies the repository where its source code is hosted.

Even if, in the future, it becomes possible to keep the repository URL in the plugin's manifest, having a link in the PR description is more convenient than unzipping and checking the difypkg.

This change not only makes it easier to review but also provides users with a clue to identify the repository hosting the plugin.

Related to: #100


🔄 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-plugins/pull/330 **Author:** [@kurokobo](https://github.com/kurokobo) **Created:** 4/13/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `pr-template` --- ### 📝 Commits (2) - [`8f216ff`](https://github.com/langgenius/dify-plugins/commit/8f216ff3d3fd1a9a6ed51046401f2f811e5c21a9) feat(pull_request_template): add fields for author, name, and repository url - [`052417c`](https://github.com/langgenius/dify-plugins/commit/052417c66abf5160bb2aa8162ff80acd1903ed93) feat(pull_request_template): add a checkbox to ensure that the README has a link to the repository ### 📊 Changes **1 file changed** (+24 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+24 -5) </details> ### 📄 Description ## Changes This PR adds following fields to `.github/pull_request_template.md`: - Plugin Author - Plugin Name - Repository URL and add a checkbox to ensure that the README has a link to the repository. ![image](https://github.com/user-attachments/assets/6367864d-571e-4c0e-9fa1-b04a2b7c341a) The current `difypkg` file does not contain information that identifies the repository where its source code is hosted. Even if, in the future, it becomes possible to keep the repository URL in the plugin's manifest, having a link in the PR description is more convenient than unzipping and checking the `difypkg`. This change not only makes it easier to review but also provides users with a clue to identify the repository hosting the plugin. Related to: #100 --- <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-22 17:39:44 -05:00
yindo closed this issue 2026-02-22 17:39:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#820