@@ -153,10 +153,10 @@ requested the changes that the PR is ready to go!
153
153
154
154
2 . ** Monitor your PR and keep it up to date.**
155
155
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.
160
160
161
161
3 . ** Add tests.**
162
162
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.
256
256
awaiting a change from you or a review from our project. Please make sure
257
257
the first one isn't the case, in case you are awaiting a review,
258
258
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.
262
262
263
263
5 . ** I have a PR that should go into a hotfix/patch release, how do I do that?**
264
264
Just create the PR as normal, and make it very clear in the PR description
0 commit comments