aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authortcitworld <tcit@tcit.fr>2014-05-11 15:33:44 +0200
committertcitworld <tcit@tcit.fr>2014-05-11 15:33:44 +0200
commitf034640ca39e8b5a46154a2b93af291c07dbb00c (patch)
tree53fca87036f67fbdda18dea28d4303d00361dc9d /CONTRIBUTING.md
parent07ed2b023108514cd6c613ce1bd7584f70ca55fe (diff)
downloadwallabag-f034640ca39e8b5a46154a2b93af291c07dbb00c.tar.gz
wallabag-f034640ca39e8b5a46154a2b93af291c07dbb00c.tar.zst
wallabag-f034640ca39e8b5a46154a2b93af291c07dbb00c.zip
Added advices to submit a bug
Discussion at #662.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md21
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 @@
4Please [open a new issue](https://github.com/wallabag/wallabag/issues/new). 4Please [open a new issue](https://github.com/wallabag/wallabag/issues/new).
5 5
6To fix the bug quickly, we need some infos: 6To 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
17If 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
21If 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
25Note : 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
11Please fork wallabag and work with **the dev branch** only. **Do not work on master branch**. \ No newline at end of file 28Please fork wallabag and work with **the dev branch** only. **Do not work on master branch**.