dify - ✅(Solved) Fix [Refactor/Chore] Require agents to carry more effective information in contributing.md. [1 pull requests, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
langgenius/dify#34918Fetched 2026-04-11 06:31:47
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
1
Author
Participants
Assignees
Timeline (top)
assigned ×1closed ×1cross-referenced ×1

The current contributing.md file requires agents to add three robot emojis to the end of a PR title upon submission.

I believe this results in many users who actively utilize agent tools including meaningless information during automated PR submissions. Therefore, I suggest modifying the constraints in the contributing.md file.

The requirement should be changed to adding a "From [Tool Name]" tag at the end of the PR description instead. Examples of this would include:

  1. From Codex
  2. From Cloud
  3. From OpenClaw
  4. ...

Root Cause

The current contributing.md file requires agents to add three robot emojis to the end of a PR title upon submission.

I believe this results in many users who actively utilize agent tools including meaningless information during automated PR submissions. Therefore, I suggest modifying the constraints in the contributing.md file.

The requirement should be changed to adding a "From [Tool Name]" tag at the end of the PR description instead. Examples of this would include:

  1. From Codex
  2. From Cloud
  3. From OpenClaw
  4. ...

Fix Action

Fixed

PR fix notes

PR #34919: docs(contributing): move agent attribution guidance to PR template

Description (problem / solution / changelog)

Summary

Fixes #34918.

The contributor guide currently includes agent-specific submission guidance that does not belong in the general contribution document.

This change:

  • removes the automated-agent note from CONTRIBUTING.md
  • adds a hidden instruction to the pull request template telling automated agents to append From <Tool Name> as the final line of the PR description

Screenshots

BeforeAfter
N/AN/A

Changed files

  • .github/pull_request_template.md (modified, +1/-0)
  • CONTRIBUTING.md (modified, +0/-5)
RAW_BUFFERClick to expand / collapse

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for refactors or chores; if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Description

The current contributing.md file requires agents to add three robot emojis to the end of a PR title upon submission.

I believe this results in many users who actively utilize agent tools including meaningless information during automated PR submissions. Therefore, I suggest modifying the constraints in the contributing.md file.

The requirement should be changed to adding a "From [Tool Name]" tag at the end of the PR description instead. Examples of this would include:

  1. From Codex
  2. From Cloud
  3. From OpenClaw
  4. ...

Motivation

Reduce contributor friction while providing maintainers with more effective and useful information.

Additional Context

No response

extent analysis

TL;DR

Modify the contributing.md file to require a "From [Tool Name]" tag at the end of the PR description instead of adding robot emojis to the PR title.

Guidance

  • Review the current contributing.md file and identify the section that requires agents to add robot emojis to the PR title.
  • Update the contributing.md file to reflect the new requirement of adding a "From [Tool Name]" tag at the end of the PR description.
  • Provide examples of the new format, such as "From Codex" or "From Cloud", to help contributors understand the change.
  • Consider updating any automated tools or scripts that generate PR titles to accommodate the new format.

Example

No code snippet is provided as this issue is related to documentation and process changes.

Notes

This change aims to reduce contributor friction and provide more useful information to maintainers. However, it may require updates to existing tools or scripts that automate PR submissions.

Recommendation

Apply workaround: Update the contributing.md file to reflect the new requirement, as it is a simple and effective way to address the issue and improve the contribution process.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING