From b5634ff49b649c2e092daecfe2902da348b6c637 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Mon, 9 Oct 2017 21:39:00 +0200 Subject: [PATCH] Created Contribution file --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8f1166a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +We appreciate and recognize [all contributors](https://github.com/vegasbrianc/prometheus/graphs/contributors). + +Please note that this project is released with a [Contributor Code of Conduct](https://github.com/vegasbrianc/prometheus/blob/version-2/CODE_OF_CONDUCT.md). +By participating in this project you agree to abide by its terms. + +# Project Goal + +The goal of this project is to create a starting point for using Docker, Prometheues and Grafana. +This project is not intended to be production ready but rather a template to help you get started with monitoring containers. + +# Pull Requests + +We look forward to pull requests. Please be sure to tell us all about your Pull Request so we know what to test. If we don't merge your request +don't take it personally but we are trying to keep the project user friendly for all. + +# Feedback + +We love feedback on how we can improve the project. Please let us know if you have ideas to make the project even better.