README: Add a Contributing section

Closes: #1381
Approved by: alexlarsson
This commit is contained in:
Matthew Leeds 2018-02-04 15:08:53 -08:00 committed by Atomic Bot
parent 8d49b6d326
commit 9ff37d2624

View File

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