nextcloud-documentation/developer_manual/bugtracker/index.rst
2016-07-22 16:07:14 +02:00

29 lines
852 B
ReStructuredText

==========
Bugtracker
==========
.. toctree::
:maxdepth: 2
:hidden:
codereviews
kanban
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 with with an Nextcloud app, report it to where that app is developed
* If the app is listed in our `main github repository`_ report it to the correct sub
repository
Please note that the forums should not be used for bug reports, as it is hard to track them there.
.. _Issue submission guidelines: https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md#submitting-issues
.. _Server repository: https://github.com/nextcloud/server/issues
.. _main github repository: https://github.com/nextcloud