Skip to content

Commit 4494e62

Browse files
authored
Merge pull request #1512 from junpataleta/fixPRGitLinks
Fix links in the Git peer review checklist item
2 parents fc9e5a3 + 31f6674 commit 4494e62

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

  • general/development/process/peer-review

general/development/process/peer-review/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,16 @@ Ensure that:
227227
- The commit matches the [Coding style](../../policies/codingstyle/index.md#git-commits)
228228
- The Git history is clean and the work has been rebased to logical commits; and
229229
- The original author of the work provided as a patch has been given credit within the commit (as author of in the commit message if changes were made).
230-
- Git branches have been provided for all the right Moodle branches. The [supported branches list|https://moodledev.io/general/releases#version-support] will help you decide:
230+
- Git branches have been provided for all the right Moodle branches. The [supported branches list](../../../releases.md#version-support) will help you decide:
231231
- For improvements or new features, this means a branch based on `main` only.
232232
- For normal bug fixes, this the `main` branch and all the 'Current stable' branches (that are affected by the bug).
233-
- For security bugs, this is `main` and all the 'Current stable' and 'Current security' branches (but note the [special process for handling security fixes|https://moodledev.io/general/development/process#security-issues]).
233+
- For security bugs, this is `main` and all the 'Current stable' and 'Current security' branches (but note the [special process for handling security fixes](../../process.md#security-issues)).
234234
- For improvements or new features in the Behat on PHPunit integration, this should be done on `main` and all the 'Current stable' and 'Current security' branches, providing the backporting is not too difficult.
235235

236-
See also the [Commit cheat sheet](https://docs.moodle.org/dev/Commit_cheat_sheet) for further guidance.
236+
See also the following for further guidance:
237+
238+
- [Commit cheat sheet](https://docs.moodle.org/dev/Commit_cheat_sheet)
239+
- [Backporting policy](../../policies/backporting.md)
237240

238241
### Testing instructions and automated tests
239242

0 commit comments

Comments
 (0)