From 9ff37d262481cfa24a7ede0f62cb82dee5242b38 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Sun, 4 Feb 2018 15:08:53 -0800 Subject: [PATCH] README: Add a Contributing section Closes: #1381 Approved by: alexlarsson --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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]