mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-13 20:41:04 +00:00
953305e904
Fix #2059
13 lines
534 B
Markdown
13 lines
534 B
Markdown
# How to contribute
|
|
|
|
## You found a bug
|
|
Please [open a new issue](https://github.com/wallabag/wallabag/issues/new).
|
|
|
|
To fix the bug quickly, we need some infos: please answer to the questions in the issue form.
|
|
|
|
If you have the skills, look for errors into php, server and application (see `var/logs`) logs.
|
|
|
|
Note : If you have large portions of text, use [Github's Gist service](https://gist.github.com/) or other pastebin-like.
|
|
|
|
## You want to fix a bug or to add a feature
|
|
Please fork wallabag and work with **the master branch**.
|