From 448eda3b8926ea80cc6148b1b0e7664dac380f9b Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Tue, 25 Oct 2016 13:58:21 +0200 Subject: [PATCH] Update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2e8098f5..7654dea4 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,12 @@ The genericobject plugin allows to extends GLPi to manage new types of objects. See [Wiki](https://github.com/pluginsGLPI/genericobject/wiki/) for Usage and customisation + +Contributing +------------ + +* Open a ticket for each bug/feature so it can be discussed +* Follow [development guidelines](http://glpi-developer-documentation.readthedocs.io/en/latest/plugins.html) +* Refer to [GitFlow](http://git-flow.readthedocs.io/) process for branching +* Work on a new branch on your own fork +* Open a PR that will be reviewed by a developer