]>
Commit | Line | Data |
---|---|---|
1 | # How to contribute | |
2 | ||
3 | ## You found a bug | |
4 | Please [open a new issue](https://github.com/wallabag/wallabag/issues/new). | |
5 | ||
6 | To fix the bug quickly, we need some infos: please answer to the questions in the issue form. | |
7 | ||
8 | If you have the skills, look for errors into php, server and application (see `var/logs`) logs. | |
9 | ||
10 | Note : If you have large portions of text, use [Github's Gist service](https://gist.github.com/) or other pastebin-like. | |
11 | ||
12 | ## You want to fix a bug or to add a feature | |
13 | Please fork wallabag and work with **the master branch**. |