Files
nextcloud-docs/developer_manual/prologue/bugtracker/index.rst
Christoph Wurst 2647cd93c7 Restructure the dev manual
This moves lots of pages around. The high-level changes are

* Better main sections, so it's more *general*, *into*, *basics* and *details*
* Move more general topics to a *Basic* section, which are not
  app-specific
* Remove app docs to the stuff that is likely used, anything else goes
  into "Digging deeper"
* Move general guides into a prologue
* Try to *compress*/combine some pages with similar content
* Try to have better consistencs on level ob abstraction across pages
* Split app development and maintenance pages into two sections
* Integrate bugtracker info into prologue
* Integrate Android pages into client APIs section

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-22 18:35:59 +02:00

30 lines
1.2 KiB
ReStructuredText

==========
Bugtracker
==========
.. toctree::
:maxdepth: 2
:hidden:
codereviews
triaging
Thank you for helping Nextcloud by reporting bugs. Before submitting an issue, please read
`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 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
.. _Issue submission guidelines: https://github.com/nextcloud/server/blob/master/.github/CONTRIBUTING.md#submitting-issues
.. _Server repository: https://github.com/nextcloud/server/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