[stable16] Distinguish apps from clients (#1735)

[stable16] Distinguish apps from clients
This commit is contained in:
John Molakvoæ 2019-12-03 10:28:55 +01:00 committed by GitHub
commit d3255ab1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,9 @@ Thank you for helping Nextcloud by reporting bugs. Before submitting an issue, p
`Issue submission guidelines`_ first.
* If the issue is with the Nextcloud server, report it to the `Server repository`_
* If the issue is with the Nextcloud client, report it to the `Client repository`_
* If the issue is with the Nextcloud desktop client, report it to the `Desktop repository`_
* If the issue is with the Nextcloud Android client, report it to the `Android repository`_
* If the issue is with the Nextcloud iOS client, report it to the `iOS repository`_
* If the issue with with a Nextcloud app, report it to where that app is developed
* If the app is listed in our `main GitHub organization`_ report it to the correct sub
repository
@ -22,5 +24,7 @@ Thank you for helping Nextcloud by reporting bugs. Before submitting an issue, p
.. _Issue submission guidelines: https://github.com/nextcloud/server/blob/master/.github/CONTRIBUTING.md#submitting-issues
.. _Server repository: https://github.com/nextcloud/server/issues
.. _Client repository: https://github.com/nextcloud/desktop/issues
.. _Desktop repository: https://github.com/nextcloud/desktop/issues
.. _Android repository: https://github.com/nextcloud/android/issues
.. _iOS repository: https://github.com/nextcloud/ios/issues
.. _main GitHub organization: https://github.com/nextcloud