Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
48 lines
1.4 KiB
ReStructuredText
48 lines
1.4 KiB
ReStructuredText
For Contributors
|
|
================
|
|
|
|
Thanks for your interest in contributing to XDG Desktop Portal!
|
|
|
|
XDG Desktop Portal is a D-Bus oriented, security-sensitive service,
|
|
as it mediates the interactions between sandboxed apps and the host
|
|
system.
|
|
|
|
In the sections below you will find information about how to start
|
|
contributing to XDG Desktop Portal, the expected coding and code
|
|
submission practices, as well as internal documentation about
|
|
more complex parts of XDG Desktop Portal.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
building-and-running
|
|
pull-requests
|
|
architecture
|
|
|
|
.. cssclass:: tiled-toc
|
|
|
|
* .. image:: _static/img/tiles/Building-running-l.png
|
|
:target: building-and-running.html
|
|
:class: only-light
|
|
.. image:: _static/img/tiles/Building-running-d.png
|
|
:target: building-and-running.html
|
|
:class: only-dark
|
|
|
|
:doc:`Building and Running </building-and-running>`
|
|
|
|
* .. image:: _static/img/tiles/Pull-request-l.png
|
|
:target: pull-requests.html
|
|
:class: only-light
|
|
.. image:: _static/img/tiles/Pull-request-d.png
|
|
:target: pull-requests.html
|
|
:class: only-dark
|
|
|
|
:doc:`Pull Requests </pull-requests>`
|
|
* .. image:: _static/img/tiles/Architecture-l.png
|
|
:target: architecture.html
|
|
:class: only-light
|
|
.. image:: _static/img/tiles/Architecture-d.png
|
|
:target: architecture.html
|
|
:class: only-dark
|
|
|
|
:doc:`Architecture </architecture>` |