Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit d4ddb75

Browse files
committed
Fix Incomplete Sentence in raw_welcome Variable.
1 parent 38ac0ee commit d4ddb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highfive/newpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
welcome_without_reviewer = "@nrc or @huonw (NB. this repo may be misconfigured)"
2929
raw_welcome = """Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from %s soon.
3030
31-
If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.
31+
If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.
3232
3333
Please see [the contribution instructions](%s) for more information.
3434
"""

0 commit comments

Comments
 (0)