From 16b88515a263b0a47bad7163e367af441f2c6063 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Mon, 21 Jul 2025 15:29:46 +0200 Subject: [PATCH] docs(README): add badges, improve content --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 08951910..ca632497 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # carbon plugin for GLPI +![GLPI Banner](https://user-images.githubusercontent.com/29282308/31666160-8ad74b1a-b34b-11e7-839b-043255af4f58.png) + +[![License GPL 3.0](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](https://github.com/pluginsGLPI/carbon/blob/master/LICENSE.md) +[![Telegram GLPI](https://img.shields.io/badge/Telegram-GLPI-blue.svg)](https://t.me/glpien) +[![Follow Twitter](https://img.shields.io/badge/Twitter-GLPI%20Project-26A2FA.svg)](https://twitter.com/GLPI_PROJECT) +[![Project Status: Active](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) +[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) +[![GitHub All Releases](https://img.shields.io/github/downloads/PluginsGLPI/carbon/total)](https://github.com/pluginsGLPI/carbon/releases) ## Description @@ -22,7 +30,12 @@ The plugin is currently available in English and French. If you want to contribu ## Contributing +### Bug reporting / Feature request + * Open a ticket for each bug/feature so it can be discussed + +### Contributing code + * 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