Files
nextcloud-docs/developer_manual/bugtracker/index.rst
Deutscher Bundesjugendring c8318ef464 Link to issue submission guidelines led to 404 error page
The link was incorrect or outdated.
2019-04-24 13:07:59 +00:00

27 lines
917 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 is with the Nextcloud client, report it to the `Client 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
.. _Client repository: https://github.com/nextcloud/client_theming/issues
.. _main GitHub organization: https://github.com/nextcloud