From be0735002c5814ec822ca5435d530569dafa62e4 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 3 Apr 2023 21:59:14 -0700
Subject: [PATCH 1/3] docs: add th3w1zard1 as a contributor for bug (#534)
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
---
.all-contributorsrc | 3 ++-
README.md | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 344b3112..3872e09b 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -400,7 +400,8 @@
"avatar_url": "https://avatars.githubusercontent.com/u/2219836?v=4",
"profile": "https://github.com/th3w1zard1",
"contributions": [
- "code"
+ "code",
+ "bug"
]
},
{
diff --git a/README.md b/README.md
index c7a873d0..65fc0d74 100644
--- a/README.md
+++ b/README.md
@@ -445,7 +445,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting
 TomΓ‘Ε‘ Valigura π |
-  Benjamin Auquite π» |
+  Benjamin Auquite π» π |
 Skyler Carlson π |
 Chris π» |
 Raman Gupta π» |
From e4d06476fd0eb3fa6f90c368edc30860a85d844b Mon Sep 17 00:00:00 2001
From: Benjamin Auquite
Date: Tue, 4 Apr 2023 01:47:08 -0500
Subject: [PATCH 2/3] Add windows command for Docker test instructions (#536)
* ( Tiny Change ) Add windows command for dockertest
You said it earlier but the correct command for running the Docker image on windows is:
```bash
docker run -v %cd%:/app basnijholt/adaptive-lighting:latest
```
* Update README.md
---------
Co-authored-by: Bas Nijholt
---
tests/README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/tests/README.md b/tests/README.md
index adedcc4c..a576d518 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -5,10 +5,18 @@ Alternatively, you can use the provided Docker image to run the tests locally.
To run the tests using the Docker image, navigate to the `adaptive-lighting` repo folder and execute the following command:
+Linux or MacOS:
+
```bash
docker run -v $(pwd):/app basnijholt/adaptive-lighting:latest
```
+Windows:
+
+```bash
+docker run -v %cd%:/app basnijholt/adaptive-lighting:latest
+```
+
This command will download the Docker image from [the adaptive-lighting Docker Hub repo](https://hub.docker.com/r/basnijholt/adaptive-lighting) and run the tests.
If you prefer to build the image yourself, use the following command:
From 744e43f4bf057775125de2ffc576d9902df8e530 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 4 Apr 2023 08:54:54 -0700
Subject: [PATCH 3/3] docs: add th3w1zard1 as a contributor for maintenance
(#538)
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
---
.all-contributorsrc | 3 ++-
README.md | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 3872e09b..6c825dad 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -401,7 +401,8 @@
"profile": "https://github.com/th3w1zard1",
"contributions": [
"code",
- "bug"
+ "bug",
+ "maintenance"
]
},
{
diff --git a/README.md b/README.md
index 65fc0d74..f013d6c5 100644
--- a/README.md
+++ b/README.md
@@ -445,7 +445,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting
 TomΓ‘Ε‘ Valigura π |
-  Benjamin Auquite π» π |
+  Benjamin Auquite π» π π§ |
 Skyler Carlson π |
 Chris π» |
 Raman Gupta π» |