]> git.immae.eu Git - github/wallabag/wallabag.git/blame - CONTRIBUTING.md
add basic auth in file_get_contents for content extraction when user use basic auth
[github/wallabag/wallabag.git] / CONTRIBUTING.md
CommitLineData
20ced8a8
NL
1# How contributing
2
b6680244
NL
3## You found a bug
4Please [open a new issue](https://github.com/inthepoche/poche/issues/new).
5
6To fix the bug quickly, we need some infos:
7* your poche version (in ./inc/poche/myconfig.inc.php)
8* the link you want to poche and which causes problem
9
10## You want to fix a bug or to add a feature
8e76eaad 11Please fork poche and work with **the dev branch** only. Do not work on master branch.