From 2f121a4d1432eb2599ca40d00fbf1b029a07f7df Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 16 Jun 2026 15:15:10 +0200 Subject: [PATCH] docs: integrate COMMITSTYLE Make a symlink at docs/merge-requests/commitstyle.md that points at the COMMITSTYLE.md file, so it is part of the documentation at https://docs.postmarketos.org/pmaports/. Tweak the headline and link to Alpine's COMMITSTYLE.md so it looks better in the version rendered at docs.postmarketos.org. Signed-off-by: Oliver Smith Part-of: --- COMMITSTYLE.md | 8 ++++---- docs/merge-requests.md | 1 + docs/merge-requests/commitstyle.md | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) create mode 120000 docs/merge-requests/commitstyle.md 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