]> git.immae.eu Git - github/wallabag/wallabag.git/blame - .github/CONTRIBUTING.md
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / .github / CONTRIBUTING.md
CommitLineData
230fa05e 1# How to contribute
20ced8a8 2
b6680244 3## You found a bug
26170f46 4Please [open a new issue](https://github.com/wallabag/wallabag/issues/new).
b6680244 5
953305e9 6To fix the bug quickly, we need some infos: please answer to the questions in the issue form.
f034640c 7
953305e9 8If you have the skills, look for errors into php, server and application (see `var/logs`) logs.
f034640c 9
10Note : 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 13Please fork wallabag and work with **the master branch**.