From 6eade2c1d066ea47355af6702bacf18387c012d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Milo=C5=A1evi=C4=87?= Date: Thu, 4 Oct 2018 10:04:58 +0200 Subject: [PATCH] NOISSUE - Add pull request template (#414) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add pull request template Signed-off-by: Ivan Milošević * Fix formatting in docs Signed-off-by: Ivan Milošević * Fix link for contributing guidelines Signed-off-by: Ivan Milošević --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ docs/getting-started.md | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6518cf0d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +Pull request title should be `MF-XXX - description` or `NOISSUE - description` where XXX is ID of issue that this PR relate to. +Please review the [CONTRIBUTING.md](./CONTRIBUTING.md) file for detailed contributing guidelines. + +### What does this do? + +### Which issue(s) does this PR fix/relate to? +Put here `Resolves #XXX` to auto-close the issue that your PR fixes (if such) + +### List any changes that modify/break current functionality + +### Have you included tests for your changes? + +### Did you document any new/modified functionality? + +### Notes diff --git a/docs/getting-started.md b/docs/getting-started.md index cf55167a..60395241 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -346,11 +346,13 @@ From the project root execute the following command: docker-compose -f docker/addons/influxdb-writer/docker-compose.yml up -d ``` This will install and start: + - [InfluxDB](https://docs.influxdata.com/influxdb) - time series database - InfluxDB writer - message repository implementation for InfluxDB - [Grafana](https://grafana.com) - tool for database exploration and data visualization and analytics Those new services will take some additional ports: + - 8086 by InfluxDB - 8900 by InfluxDB writer service - 3001 by Grafana