From 34bcdbd2ab6a50f31f323bfe469a3aae250852a1 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Mon, 25 Nov 2019 14:13:18 +0100 Subject: [PATCH] MON-519 add badges --- CONTRIBUTING.md | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e70586d..af39bed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,9 +9,9 @@ Please note we have a code of conduct, please follow it in all your interactions * If you have required permissions, you can create a branch from master else you can fork this repo to be able to submit a Pull Request. -* [The changelog](../CHANGELOG.md) is generated using issues IDs (Jira & Github) detected in commit messages which must follow `#GithubID My commit message` form. +* [The changelog](CHANGELOG.md) is generated using issues IDs (Jira & Github) detected in commit messages which must follow `#GithubID My commit message` form. -* If you would like to work on monitors you must follow our [templating best practices](../TEMPLATING.md) to make this base homogenous and generic. +* If you would like to work on monitors you must follow our [templating best practices](TEMPLATING.md) to make this base homogenous and generic. * After any change, you will need to run the [auto update scripts](https://github.com/claranet/terraform-datadog-scripts/blob/master/README.md) to make sure all is up to date otherwise the CI pipeline will fail. diff --git a/README.md b/README.md index bc877c8..5723284 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# DataDog Monitors [![pipeline status](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/badges/master/pipeline.svg)](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/commits/master) +# DataDog Monitors +[![Changelog](https://img.shields.io/badge/changelog-release-green.svg)](CHANGELOG.md) [![Notice](https://img.shields.io/badge/notice-copyright-yellow.svg)](NOTICE) [![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](LICENSE) [![pipeline status](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/badges/master/pipeline.svg)](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/commits/master) This repository aims to provide a base of generic and pre configured monitors for [Datadog](https://www.datadoghq.com/) templated thanks to [Terraform](https://www.terraform.io/) and the [Datadog Provider](https://github.com/terraform-providers/terraform-provider-datadog).