File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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
1818When you get a review, please take care of the requested changes in new commits. Do not amend
1919existing commits. Generally avoid force-pushing. The only time you should force push is when there
Original file line number Diff line number Diff line change @@ -17,6 +17,17 @@ allow-unauthenticated = [
1717[assign ]
1818warn_non_default_branch = true
1919contributing_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 ]
2233exclude_titles = [" Rustup" ]
You can’t perform that action at this time.
0 commit comments