]> git.immae.eu Git - github/wallabag/wallabag.git/blob - CONTRIBUTING.md
Create sqlite table tags_entries only if not already exists
[github/wallabag/wallabag.git] / CONTRIBUTING.md
1 # How contributing
2
3 ## You found a bug
4 Please [open a new issue](https://github.com/inthepoche/poche/issues/new).
5
6 To 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
11 Please fork poche and work with **the dev branch** only. Do not work on master branch.