From b66802446dce821835623c63515b6f15346be561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 25 Aug 2013 08:32:58 +0200 Subject: [PATCH] contributing.md updated --- CONTRIBUTING.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9818ae008..85132e655 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,11 @@ # How contributing -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 +## You found a bug +Please [open a new issue](https://github.com/inthepoche/poche/issues/new). + +To fix the bug quickly, we need some infos: +* your poche version (in ./inc/poche/myconfig.inc.php) +* the link you want to poche and which causes problem + +## You want to fix a bug or to add a feature +Please fork poche and work with the dev branch. Do not work on master branch. \ No newline at end of file