From 9236561ba1e158eb1797d854775edf7ecbcb55c1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 14 Apr 2023 10:03:54 +0200 Subject: [PATCH] README: add links to the style guides --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 11928b8ae96..ca296c0af86 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,9 @@ To use them, run the following command after cloning this repository: ```sh git config --local core.hooksPath .githooks ``` + +Guidelines +---------- + +- [Coding style](CODINGSTYLE.md) - Guidelines for writing APKBUILDs. +- [Commit style](COMMITSTYLE.md) - Guidelines for git commit messages.