]>
Commit | Line | Data |
---|---|---|
20ced8a8 NL |
1 | # How contributing |
2 | ||
b6680244 | 3 | ## You found a bug |
26170f46 | 4 | Please [open a new issue](https://github.com/wallabag/wallabag/issues/new). |
b6680244 NL |
5 | |
6 | To fix the bug quickly, we need some infos: | |
26170f46 | 7 | * your wallabag version (in ./index.php) |
c95b78a8 | 8 | * the link you want to save and which causes problem |
b6680244 NL |
9 | |
10 | ## You want to fix a bug or to add a feature | |
c95b78a8 | 11 | Please fork wallabag and work with **the dev branch** only. **Do not work on master branch**. |