Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2015-10-07 22:31:49 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-10-07 22:31:49 +0300
commit7bddb366435b0c26b89e98c91b0c3678824bff13 (patch)
tree30c9e5fca724dd4b9a28b27a77fddfe3440185b1 /CONTRIBUTING.md
parent23da4563b15b94db44e6381ac65e5050f3aa869d (diff)
Update CONTRIBUTING.md
[ci skip]
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md33
1 files changed, 26 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a7cdc219..1b260f16 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,16 +1,15 @@
## Bugs
-### Short version
+### In short
-* Make sure you have installed and configured both ownCloud and Gallery
-* Make sure your issue was not reported before and that it isn't a [known issue](https://github.com/owncloud/gallery/blob/master/README.md#known-issues)
+* Make sure you have properly installed and configured both ownCloud and Gallery
+* Make sure your issue was not [reported](https://github.com/owncloud/gallery/issues) before and that it isn't a [known issue](https://github.com/owncloud/gallery/wiki/Known-issues)
* Use the [**issue template**](https://raw.githubusercontent.com/owncloud/core/master/issue_template.md) when reporting issues.
-### Long version
+### Detailed explanation
-* Read the section in the README about [server and browser requirements](https://github.com/owncloud/gallery/blob/master/README.md#requirements)
-* Make sure you have disabled the original Pictures app
-* Read the [known issue](https://github.com/owncloud/gallery/blob/master/README.md#known-issues) section in the README
+* Read the section in the wiki about [server and browser requirements](https://github.com/owncloud/gallery/wiki/Requirements)
+* Read the [known issue](https://github.com/owncloud/gallery/wiki/Known-issues) section in the wiki
* Get the latest version of the app from [the releases page](https://github.com/owncloud/gallery/releases)
* [Check if they have already been reported](https://github.com/owncloud/gallery/issues)
* Please search the existing issues first, it is likely that your issue was already reported or even fixed.
@@ -21,6 +20,26 @@
Help us maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.
+### When reporting bugs
+
+* Enable debug mode by putting this at the bottom of **config/config.php**
+
+```
+DEFINE('DEBUG', true);
+```
+
+* Turn on debug level debug by adding **`loglevel" => 0,`** to your **config/config.php** and reproduce the problem
+* Check **data/owncloud.log**
+
+Please provide the following details so that your problem can be fixed:
+
+* **Owncloud log** (data/owncloud.log)
+* **Browser log** (Hit F12 to gain access)
+* ownCloud version
+* App version
+* Browser version
+* PHP version
+
## Contributing to Source Code
Thanks for wanting to contribute source code to Gallery. That's great!