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.
13
13
14
14
[ Rust Zulip ] : https://rust-lang.zulipchat.com
15
15
16
- ### Pull review process
16
+ ### PR review process
17
17
18
18
When you get a review, please take care of the requested changes in new commits. Do not amend
19
19
existing 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 = [
17
17
[assign ]
18
18
warn_non_default_branch = true
19
19
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
+ """
20
31
21
32
[no-merges ]
22
33
exclude_titles = [" Rustup" ]
You can’t perform that action at this time.
0 commit comments