From 62fb055e5c3f99f0cb0843847b394852da123dd4 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Wed, 1 Apr 2026 23:14:51 +0200 Subject: [PATCH] readme: link to issues The folks at GitLab like to hide and rename sections. Add a handy link for newcomers who are not as well versed in the current iteration of GitLab's UI / lingo. Part-of: --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7cd601e24..cac85283b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ This repository contains the APKBUILD files for postmarketOS-specific packages, There are many more packages defined in the [Alpine Linux aports](https://gitlab.alpinelinux.org/alpine/aports/) on which these packages depend. Helpful resources: + +* [Issues](https://gitlab.postmarketos.org/postmarketOS/pmaports/-/work_items) * [How to create a package](https://wiki.postmarketos.org/wiki/Create_a_package) * [APKBUILD reference](https://wiki.alpinelinux.org/wiki/APKBUILD_Reference) * [pmaports commit style](./COMMITSTYLE.md)