diff options
author | tcitworld <tcit@tcit.fr> | 2014-05-11 15:33:44 +0200 |
---|---|---|
committer | tcitworld <tcit@tcit.fr> | 2014-05-11 15:33:44 +0200 |
commit | f034640ca39e8b5a46154a2b93af291c07dbb00c (patch) | |
tree | 53fca87036f67fbdda18dea28d4303d00361dc9d | |
parent | 07ed2b023108514cd6c613ce1bd7584f70ca55fe (diff) | |
download | wallabag-f034640ca39e8b5a46154a2b93af291c07dbb00c.tar.gz wallabag-f034640ca39e8b5a46154a2b93af291c07dbb00c.tar.zst wallabag-f034640ca39e8b5a46154a2b93af291c07dbb00c.zip |
Added advices to submit a bug
Discussion at #662.
-rw-r--r-- | CONTRIBUTING.md | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85c09e52..76708404 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
@@ -4,8 +4,25 @@ | |||
4 | Please [open a new issue](https://github.com/wallabag/wallabag/issues/new). | 4 | Please [open a new issue](https://github.com/wallabag/wallabag/issues/new). |
5 | 5 | ||
6 | To fix the bug quickly, we need some infos: | 6 | To fix the bug quickly, we need some infos: |
7 | * your wallabag version (in ./index.php) | 7 | * your wallabag version (on top of the ./index.php file, and also on config page) |
8 | * your webserver installation : | ||
9 | * type of hosting (shared or dedicaced) | ||
10 | * in case of a dedicaced server, the server and OS used | ||
11 | * the php version used, eventually `phpinfo()` | ||
12 | * which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL) | ||
13 | * any problem on the `wallabag_compatibility_test.php` page | ||
14 | * any particular details which could be related | ||
15 | |||
16 | |||
17 | If relevant : | ||
8 | * the link you want to save and which causes problem | 18 | * the link you want to save and which causes problem |
19 | * the file you want to import into wallabag, or just an extract | ||
20 | |||
21 | If you have the skills : | ||
22 | * enable DEBUG mode and look the output at cache/log.txt | ||
23 | * look for errors into php and server logs | ||
24 | |||
25 | Note : If you have large portions of text, use [Github's Gist service](https://gist.github.com/) or other pastebin-like. | ||
9 | 26 | ||
10 | ## You want to fix a bug or to add a feature | 27 | ## You want to fix a bug or to add a feature |
11 | Please fork wallabag and work with **the dev branch** only. **Do not work on master branch**. \ No newline at end of file | 28 | Please fork wallabag and work with **the dev branch** only. **Do not work on master branch**. |