Skip to content

Commit 584081c

Browse files
authored
Update wording on branch update in the review process page (#2743)
1 parent bc6b1f7 commit 584081c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/review-process.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ requested the changes that the PR is ready to go!
153153

154154
2. **Monitor your PR and keep it up to date.**
155155
Even if your PR is not reviewed, you should actively monitor it. Be sure no
156-
merge conflicts have been introduced in the meantime (GitHub
157-
will tell you if that is the case), and maybe rebase it onto the latest
158-
development branch after a week of inactivity. This ensures your PR is
159-
ready to go once the review process starts.
156+
merge conflicts have been introduced in the meantime (GitHub will tell you if
157+
that is the case), and maybe [update it with the latest development branch](/docs/development_catching_up)
158+
after a week of inactivity. This ensures your PR is ready to go once the
159+
review process starts.
160160

161161
3. **Add tests.**
162162
If you are adding new features, make sure to add tests. If you are fixing
@@ -256,9 +256,9 @@ each time you go through the process.
256256
awaiting a change from you or a review from our project. Please make sure
257257
the first one isn't the case, in case you are awaiting a review,
258258
just comment that. By responding to the bot, it will know things are not
259-
stale and will back off. In the mean time, it might be a good idea to rebase
260-
your PR on the latest development branches to ensure you are fully
261-
caught up with recent changes.
259+
stale and will back off. In the mean time, it might be a good idea to
260+
[update it with the latest development branch](/docs/development_catching_up)
261+
to ensure you are fully caught up with recent changes.
262262

263263
5. **I have a PR that should go into a hotfix/patch release, how do I do that?**
264264
Just create the PR as normal, and make it very clear in the PR description

0 commit comments

Comments
 (0)