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.