Add Issues section to Administrators Manual for bug triage information

This commit is contained in:
mjkent
2013-06-08 23:06:14 -05:00
parent f39312f6a9
commit 4a03d243dc
2 changed files with 20 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ ownCloud documentation contents
installation/index
configuration/index
maintenance/index
issues/index
Indices and tables
==================

View File

@@ -0,0 +1,19 @@
===========
Issues
===========
If you think you have found a bug in ownCloud, please:
* Search for a solution
* Double check your configuration
If you can't find a solution, please file an issue:
* If the issue is with the ownCloud server, report it to the `GitHub core repository <https://github.com/owncloud/core>`_
* If the issue is with the ownCloud client, report it to the `GitHub mirall repository <https://github.com/owncloud/mirall>`_
* If the issue with with an ownCloud app, report it to where that app is developed
* If the app is listed `here <https://github.com/owncloud>`_ report it to the correct repository
* If the app is listed `here <https://github.com/owncloud/apps>`_ report it to the apps repository
Please note that the mailing list should not be used for bug reports, as it is hard to track them there.