README: add links to the style guides

This commit is contained in:
Natanael Copa 2023-04-14 10:03:54 +02:00
parent 4c5d28cdfe
commit 9236561ba1

View File

@ -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.