# GlpiAI GLPI plugin Add your plugin description here. ## 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/index.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 ## Updating Your Plugin To import the changes made to the _pluginsGLPI empty_ template into your project, we recommend using [_template-sync_](https://github.com/coopTilleuls/template-sync): 1. Run the script to synchronize your project with the latest version of the skeleton: ```console curl -sSL https://raw.githubusercontent.com/coopTilleuls/template-sync/main/template-sync.sh | sh -s -- https://github.com/pluginsGLPI/empty ``` 2. Resolve conflicts, if any 3. Run `git cherry-pick --continue` For more advanced options, refer to [the documentation of _template sync_](https://github.com/coopTilleuls/template-sync#template-sync). [[toc]]