chore: inform triagebot of the contribution guidelines - #5027
Merged
rami3l merged 2 commits intoAug 21, 2026
Conversation
rami3l
marked this pull request as ready for review
August 21, 2026 08:06
Member
Author
|
The part of the welcome message regarding the new config introduced here should look like so: /// Add contribution instructions and/or LLM policy URLs to the given `message`, if configured.
pub fn add_contribution_urls(
message: &mut String,
contributing_url: Option<&str>,
llm_policy: Option<&str>,
) {
let msg = match (contributing_url, llm_policy) {
(Some(contrib), Some(llm)) => Some(format!(
"Please see [the contribution instructions]({contrib}) and our [LLM policy]({llm}) for more information." |
Kobzol
reviewed
Aug 21, 2026
Co-authored-by: Jakub Beránek <berykubik@gmail.com>
rami3l
force-pushed
the
chore/contributing-guide-triagebot
branch
from
August 21, 2026 08:39
f46f847 to
3eafc8e
Compare
rami3l
force-pushed
the
chore/contributing-guide-triagebot
branch
from
August 21, 2026 08:42
3eafc8e to
99b17c4
Compare
ChrisDenton
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As suggested by @Kobzol, this PR tries to make use of the new triagebot features: https://forge.rust-lang.org/triagebot/pr-assignment.html#additional-new-pr-trigger-options
I have decided to remove the pull request template accordingly since it seems to be conveying the same information as the above options here.