summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2018-02-04 15:08:53 -0800
committerAtomic Bot <atomic-devel@projectatomic.io>2018-02-05 15:11:44 +0000
commit9ff37d262481cfa24a7ede0f62cb82dee5242b38 (patch)
tree492514e28a2c013f6752ac9216387e6e74b15b30 /README.md
parent8d49b6d3262433c6e03ba32b1ae13da0844ee6ce (diff)
downloadflatpak-9ff37d262481cfa24a7ede0f62cb82dee5242b38.tar.gz
README: Add a Contributing section
Closes: #1381 Approved by: alexlarsson
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b5b6ab6..d67a91bb 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,17 @@ Community discussion happens in [#flatpak on Freenode](ircs://chat.freenode.net/
Read documentation for the flatpak [commandline tools](http://docs.flatpak.org/en/latest/command-reference.html) and for the libflatpak [library API](http://flatpak.github.io/flatpak/reference/html/index.html).
-# INSTALLATION
+# Contributing
+Flatpak welcomes contributions from anyone! Here are some ways you can help:
+* Fix [one of the issues](https://github.com/flatpak/flatpak/issues/) and submit a PR
+* Update flatpak's translations and submit a PR
+* Update flatpak's documentation, hosted at http://docs.flatpak.org and developed over in [flatpak-docs](https://github.com/flatpak/flatpak-docs)
+* Find a bug and [submit a detailed report](https://github.com/flatpak/flatpak/issues/new) including your OS, flatpak version, and the steps to reproduce
+* Add your favorite application to [Flathub](https://flathub.org) by writing a flatpak-builder manifest and [submitting it](https://github.com/flathub/flathub/wiki/App-Submission)
+* Improve the Flatpak support in your favorite Linux distribution
+
+# Hacking
Flatpak uses a traditional autoconf-style build mechanism. To build just do
```
./configure [args]