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