diff options
author | 7heo <7heo@mail.com> | 2016-06-03 13:31:22 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-27 21:10:54 +0200 |
commit | 18eeb6ea4e092b5a39da76ae9c016e037e44099c (patch) | |
tree | a3be08073dddc7d1dcc726ad2c58998bcaf4a7f9 | |
parent | c1893546b4ffd9ad69a5710ef58917849f278c11 (diff) | |
download | aports-18eeb6ea4e092b5a39da76ae9c016e037e44099c.tar.bz2 aports-18eeb6ea4e092b5a39da76ae9c016e037e44099c.tar.xz |
Add README.md with contributing instructions
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000000..e5d22b714d --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +Alpine Linux aports repository +============================== + +This repository contains the APKBUILD files for each and every +Alpine Linux package, along with the required patches and scripts, +if any. + +It also contains some extra files and directories related to testing +(and therefore, building) those packages on GitHub (via Travis). + +If you want to contribute, please read the +[contributor guide](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Contribute) +and feel free to either submit a git patch on the Alpine aports +mailing list (<alpine-aports@lists.alpinelinux.org>), or to submit a +pull request on [GitHub](https://github.com/alpinelinux/aports). |