mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 10:05:47 -04:00
[PR #330] [MERGED] feat(pull_request_template): add fields for author, name, and repository url #820
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:pr-template📝 Commits (2)
8f216fffeat(pull_request_template): add fields for author, name, and repository url052417cfeat(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:and add a checkbox to ensure that the README has a link to the repository.
The current
difypkgfile 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.