Skip to content

Commit b492882

Browse files
committed
triagebot welcome message for new users
1 parent 807129c commit b492882

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for a list of Miri maintainers.
1313

1414
[Rust Zulip]: https://rust-lang.zulipchat.com
1515

16-
### Pull review process
16+
### PR review process
1717

1818
When you get a review, please take care of the requested changes in new commits. Do not amend
1919
existing commits. Generally avoid force-pushing. The only time you should force push is when there

triagebot.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ allow-unauthenticated = [
1717
[assign]
1818
warn_non_default_branch = true
1919
contributing_url = "https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md"
20+
[assign.custom_welcome_messages]
21+
welcome-message = """
22+
Welcome, and thank you for contributing to Miri!
23+
To ensure a smooth reviewing experience, please read https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#pr-review-process.
24+
In particular, please do not force-push to the PR branch except when you need to rebase due to a conflict or when the reviewer asks you for it.
25+
"""
26+
welcome-message-no-reviewer = """
27+
Welcome, and thank you for contributing to Miri!
28+
To ensure a smooth reviewing experience, please read https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#pr-review-process.
29+
In particular, please do not force-push to the PR branch except when you need to rebase due to a conflict or when the reviewer asks you for it.
30+
"""
2031

2132
[no-merges]
2233
exclude_titles = ["Rustup"]

0 commit comments

Comments
 (0)