Skip to content

Only show the contributing instructions for first timer with community reviews - #2482

Merged
Kobzol merged 1 commit into
rust-lang:masterfrom
Urgau:assign-community-contrib-only-first-timer
Aug 17, 2026
Merged

Only show the contributing instructions for first timer with community reviews#2482
Kobzol merged 1 commit into
rust-lang:masterfrom
Urgau:assign-community-contrib-only-first-timer

Conversation

@Urgau

@Urgau Urgau commented Aug 17, 2026

Copy link
Copy Markdown
Member

Only show the contributing instructions for first timer with community reviews like is done at

let mut welcome = messages::new_user_welcome_message(&assignee_text);
if let Some(contrib) = &config.contributing_url {
welcome.push_str("\n\n");
welcome.push_str(&messages::contribution_message(contrib, &ctx.username));
}

Otherwise every contributor even recurring one will have the contributing instructions: rust-lang/rust-clippy#17579 (comment)

@Urgau
Urgau requested a review from Kobzol August 17, 2026 17:36

@Kobzol Kobzol left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Kobzol
Kobzol added this pull request to the merge queue Aug 17, 2026
Merged via the queue into rust-lang:master with commit 177d3a7 Aug 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants