Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conf/email-template/cla-updated-individual.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Dear {{.Name}},

The Contributor License Agreement (CLA) of the {{.Org}} community has been updated on {{.UpdateDate}}.
The Contributor License Agreement (CLA) of the {{.Org}}[1] community has been updated on {{.UpdateDate}}.

You have previously signed the CLA, and you can still contribute code normally — the smooth transition mechanism ensures no disruption to your daily development workflow.

Expand All @@ -10,6 +10,6 @@ Within {{.GracePeriodDays}} days after the update, you would still match the lat
Please agree to the latest agreement version by clicking the link below:
Sign CLA URL: {{.SignCLAURL}}

Have questions or need help? Just reply to this email and the {{.Org}} Community Support Team will help you sort it out.
Have questions or need help? Just reply to this email and the {{.Org}}[1] Community Support Team will help you sort it out.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

在同一封邮件模板中,多次对同一个变量 {{.Org}} 标记相同的脚注 [1] 会显得有些冗余。读者在第一段已经通过 {{.Org}}[1] 了解了该脚注的含义,因此在落款处的 {{.Org}} Community Support Team 中无需再次添加 [1]。建议移除此处的 [1],以保持邮件内容的简洁和专业。

Have questions or need help? Just reply to this email and the {{.Org}} Community Support Team will help you sort it out.


[1]. {{.ProjectURL}}
2 changes: 1 addition & 1 deletion conf/email-template/cla-updated.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ A new version of CLA is published. Please login to the CLA management system to
The CLA management system login URL:
{{.URLOfCLAPlatform}}

Have questions or need help? Just reply to this email and the {{.Org}} Community Support Team will help you sort it out.
Have questions or need help? Just reply to this email and the {{.Org}}[1] Community Support Team will help you sort it out.

[1]. {{.ProjectURL}}
Loading