From 78edf0bbeedfd0cb62928b6ec07320296b433893 Mon Sep 17 00:00:00 2001 From: noaelad Date: Mon, 6 Jul 2020 17:11:53 -0700 Subject: [PATCH 1/3] FIX: Add documentation about commit message format --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 66e211c..e894d2b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,4 +6,10 @@ Use the `rake` command to run the entire test suite. This runs on docker due to ### Unit tests -Unit tests can be run without docker by running `rspec spec/unit` \ No newline at end of file +Unit tests can be run without docker by running `rspec spec/unit` + +### Commit messge format + +Please follow semantic release formatting +https://semantic-release.gitbook.io/semantic-release/#commit-message-format +https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type From 993b80b59527dd211e0ae6156a8b1f294f1ea962 Mon Sep 17 00:00:00 2001 From: noaelad Date: Tue, 7 Jul 2020 12:54:30 -0700 Subject: [PATCH 2/3] add another chrome dependency --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ada717d..3a69499 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \ libatspi2.0-0 \ libcups2 \ libdbus-1-3 \ + libgbm1 \ libgtk-3-0 \ libnspr4 \ libnss3 \ From 6ac724d2bbbde40927d8950706c7f1aeb1816c6a Mon Sep 17 00:00:00 2001 From: Noa Elad Date: Tue, 7 Jul 2020 18:00:49 -0700 Subject: [PATCH 3/3] Update CONTRIBUTING.md Co-authored-by: Jean Tessier --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e894d2b..c697c9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Use the `rake` command to run the entire test suite. This runs on docker due to Unit tests can be run without docker by running `rspec spec/unit` -### Commit messge format +### Commit message format Please follow semantic release formatting https://semantic-release.gitbook.io/semantic-release/#commit-message-format