aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author7heo <7heo@mail.com>2016-06-03 13:31:22 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-07-27 21:10:54 +0200
commit18eeb6ea4e092b5a39da76ae9c016e037e44099c (patch)
treea3be08073dddc7d1dcc726ad2c58998bcaf4a7f9
parentc1893546b4ffd9ad69a5710ef58917849f278c11 (diff)
downloadaports-18eeb6ea4e092b5a39da76ae9c016e037e44099c.tar.bz2
aports-18eeb6ea4e092b5a39da76ae9c016e037e44099c.tar.xz
Add README.md with contributing instructions
-rw-r--r--README.md15
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).