diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 08:32:58 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 08:32:58 +0200 |
commit | b66802446dce821835623c63515b6f15346be561 (patch) | |
tree | 8d15d831a8fcedf51c35cb0a78022c9cb8f75ddb | |
parent | d7c2f0cc47d829b1f242a10f03d15d80d28f3c0f (diff) | |
download | wallabag-b66802446dce821835623c63515b6f15346be561.tar.gz wallabag-b66802446dce821835623c63515b6f15346be561.tar.zst wallabag-b66802446dce821835623c63515b6f15346be561.zip |
contributing.md updated
-rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9818ae00..85132e65 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
@@ -1,3 +1,11 @@ | |||
1 | # How contributing | 1 | # How contributing |
2 | 2 | ||
3 | When you create an issue on github, don't forget to give us your poche version. You can find it in config screen or in ./inc/poche/config.inc.php. \ No newline at end of file | 3 | ## You found a bug |
4 | Please [open a new issue](https://github.com/inthepoche/poche/issues/new). | ||
5 | |||
6 | To fix the bug quickly, we need some infos: | ||
7 | * your poche version (in ./inc/poche/myconfig.inc.php) | ||
8 | * the link you want to poche and which causes problem | ||
9 | |||
10 | ## You want to fix a bug or to add a feature | ||
11 | Please fork poche and work with the dev branch. Do not work on master branch. \ No newline at end of file | ||