diff --git a/COMMITSTYLE.md b/COMMITSTYLE.md index db78fec5a..b5a43703c 100644 --- a/COMMITSTYLE.md +++ b/COMMITSTYLE.md @@ -1,4 +1,4 @@ -# Policy for commits in pmaports +# Commit Style This document defines policy for organising and titling commits for inclusion in pmaports. @@ -16,9 +16,9 @@ target device. ## General policy -We follow Alpine's aports commit style with some minor exceptions -and additions. Alpine's commit style can be found here: -https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/COMMITSTYLE.md +We follow +[Alpine's aports commit style](https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/COMMITSTYLE.md) +with some minor exceptions and additions. ## Exceptions diff --git a/docs/merge-requests.md b/docs/merge-requests.md index aaefda2b2..aa39ce38d 100644 --- a/docs/merge-requests.md +++ b/docs/merge-requests.md @@ -7,5 +7,6 @@ The subpages of this page describe processes for merge requests in pmaports. :hidden: merge-requests/approval-rules + merge-requests/commitstyle merge-requests/stable-branches ``` diff --git a/docs/merge-requests/commitstyle.md b/docs/merge-requests/commitstyle.md new file mode 120000 index 000000000..81c07af5b --- /dev/null +++ b/docs/merge-requests/commitstyle.md @@ -0,0 +1 @@ +../../COMMITSTYLE.md \ No newline at end of file