]> git.immae.eu Git - github/wallabag/wallabag.git/blame - .github/CONTRIBUTING.md
Update issue template
[github/wallabag/wallabag.git] / .github / CONTRIBUTING.md
CommitLineData
230fa05e 1# How to contribute
20ced8a8 2
b6680244 3## You found a bug
26170f46 4Please [open a new issue](https://github.com/wallabag/wallabag/issues/new).
b6680244
NL
5
6To fix the bug quickly, we need some infos:
0504f566 7* your wallabag version (in `app/config/config.yml`, see `wallabag_core.version`)
f034640c 8* your webserver installation :
2a2903ce 9 * type of hosting (shared or dedicated)
f967422f 10 * in case of a dedicated server, the server and OS used
f034640c 11 * the php version used, eventually `phpinfo()`
12* which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL)
f034640c 13* any particular details which could be related
14
f034640c 15If relevant :
c95b78a8 16* the link you want to save and which causes problem
f034640c 17* the file you want to import into wallabag, or just an extract
18
0504f566 19If you have the skills, look for errors into php, server and application (see `var/logs`) logs
f034640c 20
21Note : If you have large portions of text, use [Github's Gist service](https://gist.github.com/) or other pastebin-like.
b6680244
NL
22
23## You want to fix a bug or to add a feature
0504f566 24Please fork wallabag and work with **the v2 branch** only. **Do not work on master branch**.