mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-18 15:11:15 +00:00
11 lines
401 B
Markdown
11 lines
401 B
Markdown
# How contributing
|
|
|
|
## You found a bug
|
|
Please [open a new issue](https://github.com/inthepoche/poche/issues/new).
|
|
|
|
To fix the bug quickly, we need some infos:
|
|
* your poche version (in ./inc/poche/myconfig.inc.php)
|
|
* the link you want to poche and which causes problem
|
|
|
|
## You want to fix a bug or to add a feature
|
|
Please fork poche and work with **the dev branch** only. Do not work on master branch.
|